default batch changes in routes

This commit is contained in:
gandhimathi 2018-03-23 14:48:49 +05:30
parent 209b451b9c
commit e695c63485

View File

@ -140,6 +140,7 @@ $route['deleteDocPendingDetails'] = 'Student_Controller/deleteDocPendingDetails'
$route['addBatchDetails'] = 'Batch_Controller/addBatchDetails';
$route['updateBatchDetails'] = 'Batch_Controller/updateBatchDetails';
$route['getBatchDetails'] = 'Batch_Controller/getBatchDetails';
$route['updateBatchDefault'] = 'Batch_Controller/updateBatchDefault';
/*Announcement*/
$route['addAnnouncementDetails'] = 'Announcement_Controller/addAnnouncementDetails';