promojobs

This commit is contained in:
CHIEFSOFT\ameye
2024-09-18 10:28:42 -04:00
parent be7cd8f62e
commit 31e01b6a00
+1 -1
View File
@@ -48,7 +48,7 @@ class Promo extends BaseController
}
if ( $countItem == 0 ){
$local_url = "http://".$this->micro_service_net1.":3033/marketjobs";
$local_url = "http://".$this->micro_service_net1.":3033/promojobs";
$out = $this->APIcall('GET', $local_url, $in);
// dont cache junk
if ( is_array($out) && is_array($out["result_list"]) && count($out["result_list"]) > 0){