used URL
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user