diff --git a/www-api/app/Controllers/WrenchApi.php b/www-api/app/Controllers/WrenchApi.php index ade4de35..58d0ead0 100644 --- a/www-api/app/Controllers/WrenchApi.php +++ b/www-api/app/Controllers/WrenchApi.php @@ -37,9 +37,44 @@ class WrenchApi extends BaseController log_message('critical', "Enpoint-> ".$endpoint ); $endpoints = [ - 'login' => ['POST'], + 'apigate' => ['POST'], + 'generics' => ['POST'], 'createuser' => ['POST'], - 'contact' => ['POST'] + 'createmobileuser' => ['POST'], + 'completemobileuser' => ['POST'], + 'startresetpasword' => ['POST'], + 'userlogin' => ['POST'], + 'startjoblist' => ['POST'], + 'dashdata' => ['POST'], + 'getjobsdata' => ['POST'], + 'offerslist' => ['POST'], + 'activejoblist' => ['POST'], + 'loadprofile' => ['POST'], + 'account' => ['POST'], + 'message' => ['POST'], + 'pendingjob' => ['POST'], + 'paymenthx' => ['POST'], + 'getjob' => ['POST'], + 'mybanklist' => ['POST'], + 'sendmoney' => ['POST'], + 'sendinterest' => ['POST'], + 'sendmoneyfee' => ['POST'], + 'getpendingjobs' => ['POST'], + 'taskmessage' => ['POST'], + 'sendtaskmessage' => ['POST'], + 'getwallets' => ['POST'], + 'sitecontact' => ['POST'], + 'signupcountry' => ['POST'], + 'userscards' => ['POST'], + 'blogdata' => ['POST'], + 'blogitem' => ['POST'], + 'couponhx' => ['POST'], + 'couponpending' => ['POST'], + 'couponredeem' => ['POST'], + 'sendinterestmessage' => ['POST'], + 'replyinterestmessage' => ['POST'], + 'disableaccount' => ['POST'], + 'myjobs' => ['POST'] ]; $res1 = [];