http status error

This commit is contained in:
CHIEFSOFT\ameye
2024-10-08 05:35:25 -04:00
parent 949266da98
commit c156a2cc22
+1 -1
View File
@@ -147,7 +147,7 @@ class WrenchJobs extends BaseController
$out = $this->APIcall('GET', $local_url, $in ); $out = $this->APIcall('GET', $local_url, $in );
$this->saveCache($endpoint,$out,360); $this->saveCache($endpoint,$out,360);
} }
return $this->respond( $this->summaryReturnData($in,$out), 3000); return $this->respond( $this->summaryReturnData($in,$out), 200);
} }