diff --git a/app/Console/Commands/UpdateNoSjp.php b/app/Console/Commands/UpdateNoSjp.php index 366ddb0c..20dee5e0 100644 --- a/app/Console/Commands/UpdateNoSjp.php +++ b/app/Console/Commands/UpdateNoSjp.php @@ -13,7 +13,7 @@ class UpdateNoSJP extends Command { public function handle() { $this->info('Checking Data ...'); - $client = new Client([ 'base_uri' => 'https://api.linksehat.dev', 'headers' => ['Content-Type' => 'application/json'], 'timeout' => 10, ]); + $client = new Client([ 'base_uri' => 'https://api.linksehat.com', 'headers' => ['Content-Type' => 'application/json'], 'timeout' => 10, ]); $liveChats = Livechat::query() ->join('tx_livechat_summary', 'tx_livechat_summary.nIDLiveChat', '=', 'tx_livechat.nID')