All end point
This commit is contained in:
@@ -37,9 +37,44 @@ class WrenchApi extends BaseController
|
|||||||
log_message('critical', "Enpoint-> ".$endpoint );
|
log_message('critical', "Enpoint-> ".$endpoint );
|
||||||
|
|
||||||
$endpoints = [
|
$endpoints = [
|
||||||
'login' => ['POST'],
|
'apigate' => ['POST'],
|
||||||
|
'generics' => ['POST'],
|
||||||
'createuser' => ['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 = [];
|
$res1 = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user