interest list
This commit is contained in:
@@ -106,12 +106,16 @@ class WrenchApi extends BaseController
|
||||
'marketinterest'=> ['POST'],
|
||||
'activejobstatus'=> ['POST'],
|
||||
'activetaskstatus'=> ['POST'],
|
||||
'offersinterestlist' => ['POST'],
|
||||
];
|
||||
return $endpoints;
|
||||
}
|
||||
|
||||
private function prepareEndPointData($endpoint, $in, &$call_backend=true,&$local_out=[]){
|
||||
switch ($endpoint) {
|
||||
case 'offersinterestlist':
|
||||
$in["action"] = WRENCHBOARD_JOB_OFFER_INTLIST;
|
||||
break;
|
||||
case 'activejobstatus':
|
||||
case 'activetaskstatus':
|
||||
$in = $this->processJobStatus($in);
|
||||
|
||||
Reference in New Issue
Block a user