From e695c63485e6d1d62d6eff52aeeaf9fb7494c661 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Fri, 23 Mar 2018 14:48:49 +0530 Subject: [PATCH] default batch changes in routes --- Apollo/api/application/config/routes.php | 1 + 1 file changed, 1 insertion(+) 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';