This commit is contained in:
CHIEFSOFT\ameye
2024-02-24 20:02:36 -05:00
parent 0c681ec131
commit dea4bca4d5
+1 -1
View File
@@ -99,7 +99,7 @@ class WrenchJobs extends BaseController
if ( $call_backend == true && $in["action"] !='' ){
$local_url = "http://10.10.10.120:3033/marketjobs";
$out = APIcall('GET', $local_url, $in);
$out = $this->APIcall('GET', $local_url, $in);
// $ret = $this->APIcall($in, $out);
// $out['internal_return'] = $ret;
}