This commit is contained in:
CHIEFSOFT\ameye
2024-09-07 09:15:20 -04:00
parent c9c37d4eb2
commit a4bb1f7832
+2 -1
View File
@@ -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'];