diff --git a/www-api/public/svs/user/userve.php b/www-api/public/svs/user/userve.php index 5af481f9..6397ced6 100755 --- a/www-api/public/svs/user/userve.php +++ b/www-api/public/svs/user/userve.php @@ -82,6 +82,8 @@ $endpoints = array( 'assigntask' => array('POST'), 'resources'=> array('POST'), 'uploads'=> array('POST'), + 'marketmessage'=> array('POST'), + 'marketinterest'=> array('POST'), ); $call_backend = true; // sometimes we need to overwite the call to the extenstion API