From 9aeb587cc85c85b50aefd9ff4661588ff6428e66 Mon Sep 17 00:00:00 2001 From: resicovenba Date: Fri, 9 Feb 2018 15:11:43 +0530 Subject: [PATCH] inactive route changes : kdk --- Apollo/api/application/config/routes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Apollo/api/application/config/routes.php b/Apollo/api/application/config/routes.php index 81b07c79..c6c6c105 100755 --- a/Apollo/api/application/config/routes.php +++ b/Apollo/api/application/config/routes.php @@ -128,6 +128,7 @@ $route['insertStudentImg'] = 'Student_Controller/insertStudentImg'; $route['updateStudentImgDetails'] = 'Student_Controller/updateStudentImgDetails'; $route['getBranchListDetails'] = 'Student_Controller/getBranchListDetails'; $route['getBranchActiveStatusforStuAdd'] = 'Student_Controller/getBranchActiveStatusforStuAdd'; +$route['getExistingStudentDetails'] = 'Student_Controller/getExistingStudentDetails'; //batch $route['addBatchDetails'] = 'Batch_Controller/addBatchDetails';