in data api

This commit is contained in:
CHIEFSOFT\ameye
2024-07-12 13:58:46 -04:00
parent bcb011fe7e
commit c7cba9d6ef
+1 -1
View File
@@ -18,7 +18,7 @@ class WrenchJobs extends BaseController
$out=[];
$local_url = "http://".$this->micro_service_net1.":3033/contractHx";
$outX = $this->APIcall('GET', $local_url, ["message"=>$out]);
$out = $this->APIcall('GET', $local_url, $in );
return $this->respond( $this->summaryReturnData($in,$out), 200);
}