My jobs added
This commit is contained in:
@@ -44,7 +44,8 @@ $endpoints = array(
|
||||
'couponredeem' => array('POST'),
|
||||
'sendinterestmessage' => array('POST'),
|
||||
'replyinterestmessage' => array('POST'),
|
||||
'disableaccount' => array('POST')
|
||||
'disableaccount' => array('POST'),
|
||||
'myjobs' => array('POST'),
|
||||
);
|
||||
|
||||
$call_backend = true; // sometimes we need to overwite the call to the extenstion API
|
||||
@@ -195,6 +196,8 @@ switch ($endpoint) {
|
||||
];
|
||||
// $call_backend = false;
|
||||
|
||||
break;
|
||||
case 'myjobs': $in["action"] = WRENCHBOARD_ACCOUNT_JOBLIST;
|
||||
break;
|
||||
case 'sitecontact':
|
||||
$local_out = ['result'=>'100','msg'=>'Received'];
|
||||
|
||||
Reference in New Issue
Block a user