diff --git a/www-api/app/Controllers/WrenchJobs.php b/www-api/app/Controllers/WrenchJobs.php index 0074cac8..41927b54 100644 --- a/www-api/app/Controllers/WrenchJobs.php +++ b/www-api/app/Controllers/WrenchJobs.php @@ -20,7 +20,7 @@ class WrenchJobs extends BaseController $out=[]; $endpoint = "COMPLETED_HX-". $in["uid"]; - $out = $this->getCache($endpoint); + // $out = $this->getCache($endpoint); if ( count($out)==0 ){ $local_url = "http://".$this->micro_service_net1.":3033/completedHx"; $out = $this->APIcall('GET', $local_url, $in);