From 402ac50c80b2c4e3dcb353b1c42822d0f24899b8 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Thu, 15 Feb 2018 09:36:06 +0530 Subject: [PATCH] hall ticket changes --- Apollo/api/application/config/routes.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Apollo/api/application/config/routes.php b/Apollo/api/application/config/routes.php index d9c8ccf0..4a6e7e33 100755 --- a/Apollo/api/application/config/routes.php +++ b/Apollo/api/application/config/routes.php @@ -240,3 +240,6 @@ $route['addSessionScheduleDetails'] = 'SessionSchedule_Controller/addSessionSche $route['getSessionScheduleDetails'] = 'SessionSchedule_Controller/getSessionScheduleDetails'; $route['updateSessionScheduleDetails'] = 'SessionSchedule_Controller/updateSessionScheduleDetails'; +// halltickets +$route['getCourseSubjectDetails'] = 'HallTickets_Controller/getCourseSubjectDetails'; +