From 5e48fea2f5e6e380912db10c6c282da8bd034af9 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Tue, 12 Dec 2017 11:55:53 +0530 Subject: [PATCH] course details changes done --- Apollo/api/application/config/routes.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Apollo/api/application/config/routes.php b/Apollo/api/application/config/routes.php index 9febde63..175cf449 100755 --- a/Apollo/api/application/config/routes.php +++ b/Apollo/api/application/config/routes.php @@ -141,6 +141,8 @@ $route['getLoginAnnouncementDetails'] = 'Login_Controller/getLoginAnnouncementDe $route['addStatusDetails'] = 'Status_Controller/addStatusDetails'; $route['getStatusDetails'] = 'Status_Controller/getStatusDetails'; $route['updateStatusDetails'] = 'Status_Controller/updateStatusDetails'; +/*get student list for fees update*/ +$route['getStudentListFees'] = 'Fees_Status_Controller/getStudentList';