This commit is contained in:
dev-chiefworks
2022-04-13 19:58:32 -04:00
parent 48eb99afc9
commit 1db9e33ccd
+36 -10
View File
@@ -60,21 +60,47 @@ class Savvy extends BaseController
$endpoints = array(
'getdrycleanservicelist' => array('POST'),
'createuser' => array('POST'),
'userlogin' => array('POST'),
'updateprofile' => array('POST'),
'updsprofile' => array('POST'),
'newlundrypickup' => array('POST'),
'newdrycleanpickup' => array('POST'),
'confirmlundrypickup' => array('POST'),
'tracklocation' => array('POST'),
'savecardpayment' => array('POST'),
'getlundrylocation' => array('POST'),
'getcardpaymentlist' => array('POST'),
'getmyservicelist' => array('POST'),
'getoneserviceitem' => array('POST'),
'managepaymentlist' => array('POST'),
'loadprofile' => array('POST'),
'deletecard' => array('POST')
'updateprofile' => array('POST'),
'verifysession' => array('POST'),
"refreshsession" => array('POST'),
'linkemail' => array('POST'),
'listlinkedemail' => array('POST'),
'refreshlinkemail' => array('POST'),
'usertransportlist' => array('POST'),
'usertransportprofile' => array('POST'),
'getdashcarddata' => array('POST'),
'loadsavedcards' => array('POST'),
'savedashcard' => array('POST'),
'saveuserbudget' => array('POST'),
'resetpass' => array('POST'),
'settingsarray' => array('POST'),
'loadsubsription' => array('POST'),
'subscriptionstatus' => array('POST'),
'getapplist' => array('POST'),
'getslidecarddata' => array('POST'),
'subscribedcarddata' => array('POST'),
'subscribecard' => array('POST'),
"savesurvey" => array('POST'),
"pointsdetail" => array('POST'),
"loadredeemabale" => array('POST'),
"redeempoints" => array('POST'),
"managefeature" => array('POST'),
"carpool" => array('POST'),
'logout' => array('POST'),
"carpoolstatus" => array('POST'),
"getsavedtrips" => array('POST'),
"savedtrip" => array('POST'),
"removesavedtrip" => array('POST'),
"trackcardclick" => array('POST'),
"membersettings" => array('POST'),
"persnoality" => array('POST'),
);