diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index 2ff59ff..560976f 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -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'), );