default batch changes in routes
This commit is contained in:
parent
209b451b9c
commit
e695c63485
@ -140,6 +140,7 @@ $route['deleteDocPendingDetails'] = 'Student_Controller/deleteDocPendingDetails'
|
|||||||
$route['addBatchDetails'] = 'Batch_Controller/addBatchDetails';
|
$route['addBatchDetails'] = 'Batch_Controller/addBatchDetails';
|
||||||
$route['updateBatchDetails'] = 'Batch_Controller/updateBatchDetails';
|
$route['updateBatchDetails'] = 'Batch_Controller/updateBatchDetails';
|
||||||
$route['getBatchDetails'] = 'Batch_Controller/getBatchDetails';
|
$route['getBatchDetails'] = 'Batch_Controller/getBatchDetails';
|
||||||
|
$route['updateBatchDefault'] = 'Batch_Controller/updateBatchDefault';
|
||||||
|
|
||||||
/*Announcement*/
|
/*Announcement*/
|
||||||
$route['addAnnouncementDetails'] = 'Announcement_Controller/addAnnouncementDetails';
|
$route['addAnnouncementDetails'] = 'Announcement_Controller/addAnnouncementDetails';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user