diff --git a/Apollo/api/application/config/routes.php b/Apollo/api/application/config/routes.php index f5064396..cc0f415c 100755 --- a/Apollo/api/application/config/routes.php +++ b/Apollo/api/application/config/routes.php @@ -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';