diff --git a/config/services.php b/config/services.php index 539563f..d664c73 100644 --- a/config/services.php +++ b/config/services.php @@ -36,7 +36,7 @@ return [ ], 'sms' => [ - 'url' => env('SMS_API_URL', 'http://216.250.14.144:3000/api/data'), + 'url' => env('SMS_API_URL', 'https://sms.daragt.com/api/sms'), 'timeout' => (int) env('SMS_API_TIMEOUT', 10), 'connect_timeout' => (int) env('SMS_API_CONNECT_TIMEOUT', 5), ],