From 2e44603722327ce5e042d2e2c727aedd29e88c28 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Sat, 26 May 2018 10:58:54 +0530 Subject: [PATCH] session master file name changed --- Apollo/api/application/controllers/SessionMaster_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/api/application/controllers/SessionMaster_Controller.php b/Apollo/api/application/controllers/SessionMaster_Controller.php index ac548ce2..6cfcb908 100755 --- a/Apollo/api/application/controllers/SessionMaster_Controller.php +++ b/Apollo/api/application/controllers/SessionMaster_Controller.php @@ -18,7 +18,7 @@ class SessionMaster_Controller extends REST_Controller { $this->methods['getSessionMasterDetails_post']['limit'] = 500; // 50 requests per hour per user/key $this->methods['updateSessionMasterDetails_post']['limit'] = 500;// 500 requests per hour per user/key // load the model - $this->load->model('SeesionMaster_model', 'sessionM_model'); + $this->load->model('SessionMaster_model', 'sessionM_model'); }