promojobs
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user