My jobs added

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-03-23 16:48:30 -04:00
parent 26d2b97e21
commit 053a429cca
+4 -1
View File
@@ -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'];