From fffeb353ce18c5ad1da050824c7c9dc8e70e7d4e Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 5 Jun 2023 11:06:47 -0400 Subject: [PATCH] market message --- www-api/public/svs/user/userve.php | 2 ++ 1 file changed, 2 insertions(+) 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