diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index f4f4c37..c6ae62c 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -8,7 +8,7 @@ class Home extends BaseController { $curl = curl_init(); curl_setopt_array($curl, array( - CURLOPT_URL => 'https://services-summit.my.id/api/getProductSites', + CURLOPT_URL => 'services-summit.my.id/api/getProductSites', CURLOPT_RETURNTRANSFER => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => 'GET',