End point job list
This commit is contained in:
@@ -76,12 +76,16 @@ class WrenchApi extends BaseController
|
||||
'sendreferral' => ['POST'],
|
||||
'refferhx' => ['POST'],
|
||||
'accounttypes' => ['POST'],
|
||||
'jobmanagerlist' => ['POST'],
|
||||
];
|
||||
return $endpoints;
|
||||
}
|
||||
|
||||
private function prepareEndPointData($endpoint, $in, &$call_backend=true,&$local_out=[]){
|
||||
switch ($endpoint) {
|
||||
case 'jobmanagerlist':
|
||||
$in["action"] = WRENCHBOARD_JOB_LISTJOBS;
|
||||
break;
|
||||
case 'homebanners':
|
||||
$in["action"] = WRENCHBOARD_ACCOUNT_HOMEBANNERS ;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user