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