diff --git a/app/Helpers/helpers.php b/app/Helpers/helpers.php index dbfc451..f9acc9d 100644 --- a/app/Helpers/helpers.php +++ b/app/Helpers/helpers.php @@ -63,7 +63,8 @@ function sendSMS(string|int $phone, string|int $message) "Text": "'.$message.'" } }'; - $request = new GuzzleRequest('POST', 'http://10.3.158.103:8080/kpsmsroute/online.request', $headers, $body); + // 10.3.158.103 + $request = new GuzzleRequest('POST', 'http://10.3.158.28:8080/kpsmsroute/online.request', $headers, $body); try { $res = $client->sendAsync($request)->wait(); diff --git a/config/backup.php b/config/backup.php index 0673fce..475feab 100644 --- a/config/backup.php +++ b/config/backup.php @@ -31,7 +31,8 @@ return [ 'exclude' => [ base_path('vendor'), base_path('node_modules'), - storage_path('app/Laravel'), + storage_path('app/Panel'), + storage_path('app/TBBANK'), storage_path('app/backup-temp'), ],