From 275ee63ffb73c8fd0225f6e0cc5a5c24124ac08d Mon Sep 17 00:00:00 2001 From: Mekan1206 Date: Wed, 3 Jun 2026 19:13:04 +0500 Subject: [PATCH] WIP --- config/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ],