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'; +