From 724afc82f9ac130a289ccfcd1bb67ca0d2d5c329 Mon Sep 17 00:00:00 2001 From: wanderley Date: Wed, 28 Mar 2018 09:57:15 -0300 Subject: [PATCH] corrigindo url --- src/Configs/SoftsendConfigs.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Configs/SoftsendConfigs.php b/src/Configs/SoftsendConfigs.php index ab32717..40a5026 100644 --- a/src/Configs/SoftsendConfigs.php +++ b/src/Configs/SoftsendConfigs.php @@ -5,8 +5,7 @@ class SoftsendConfigs { - const URL_DOMAIN = 'http://10.0.11.5/laravel/softcomsend/public/softauth'; - //const URL_DOMAIN = 'http://softcomsend.softcomsistemas.com.br/softauth'; + const URL_DOMAIN = 'http://softcomsend.softcomsistemas.com.br/softauth'; const URL_STORE_CLIENT = 'add-client';