From 2e6106bced3a3082939e9bed88c31430ce8d252d Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Fri, 17 Aug 2018 12:32:58 +0530 Subject: [PATCH] dashboard router changes for fees pending and registered student details --- 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 af1cf416..a986a01f 100755 --- a/Apollo/api/application/config/routes.php +++ b/Apollo/api/application/config/routes.php @@ -157,6 +157,8 @@ $route['getDashboardCallTrack'] = 'Call_Tracking_Controller/getDashboardCallTrac $route['getTotalStudent'] = 'Dashboard_Controller/getTotalStudent'; $route['getTotalEmployee'] = 'Dashboard_Controller/getTotalEmployee'; $route['getTotalUsers'] = 'Dashboard_Controller/getTotalUsers'; +$route['getUniversityRegisteredStudent'] = 'Dashboard_Controller/getUniversityRegisteredStudent'; +$route['getDashboradStudentPendingFees'] = 'Dashboard_Controller/getDashboradStudentPendingFees'; /*login page announcement*/ $route['getLoginAnnouncementDetails'] = 'Login_Controller/getLoginAnnouncementDetails';