inactive route changes : kdk

This commit is contained in:
resicovenba 2018-02-09 15:11:43 +05:30
parent 7b8ac77955
commit 9aeb587cc8

View File

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