diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 2e95eeb..828380c 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -10,7 +10,8 @@ class Home extends BaseController $siteData =[]; //http://10.204.5.100:9083/en/wrench/api/v1/blogdata // $out = $this->APIcall('GET','http://10.204.5.100:9083/en/wrench/api/v1/blogdata',[]); - $out = $this->APIcall('GET','http://10.10.10.35:8805/blogdata/sanyaameye',[]); + //$out = $this->APIcall('GET','http://10.10.10.35:8805/blogdata/sanyaameye',[]); // https://blogdata.chiefsoft.net/ + $out = $this->APIcall('GET','https://blogdata.chiefsoft.net/blogdata/sanyaameye',[]); // https://blogdata.chiefsoft.net/ // var_dump($out); //exit(); $siteData['blogdata'] = $out['payload']['blogdata'];