interest list
This commit is contained in:
@@ -86,6 +86,7 @@ $endpoints = array(
|
||||
'marketinterest'=> array('POST'),
|
||||
'activejobstatus'=> array('POST'),
|
||||
'activetaskstatus'=> array('POST'),
|
||||
'offersinterestlist' => array('POST'),
|
||||
);
|
||||
|
||||
$call_backend = true; // sometimes we need to overwite the call to the extenstion API
|
||||
@@ -177,6 +178,9 @@ if ($_SERVER["REQUEST_METHOD"] == "GET") {
|
||||
}
|
||||
$in["loc"] = $_SERVER["REMOTE_ADDR"];
|
||||
switch ($endpoint) {
|
||||
case 'offersinterestlist':
|
||||
$in["action"] = WRENCHBOARD_JOB_OFFER_INTLIST;
|
||||
break;
|
||||
case 'activejobstatus':
|
||||
case 'activetaskstatus':
|
||||
$in = processJobStatus($in);
|
||||
|
||||
Reference in New Issue
Block a user