From 78d27e427cb92030fd990bfc53352035735f49b7 Mon Sep 17 00:00:00 2001 From: resicovenba Date: Thu, 25 Jan 2018 10:49:54 +0530 Subject: [PATCH] routes updation : kdk --- Apollo/api/application/config/routes.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Apollo/api/application/config/routes.php b/Apollo/api/application/config/routes.php index 5492d267..def251fe 100755 --- a/Apollo/api/application/config/routes.php +++ b/Apollo/api/application/config/routes.php @@ -209,7 +209,11 @@ $route['sendStudentNotification'] = 'Fees_Status_Controller/sendStudentNotificat * */ $route['getUniveCourseBratchBroadCast'] = 'Broadcast_Controller/getUniveCourseBatch'; $route['getStuListForBroadcast'] = 'Broadcast_Controller/getStuListForBrodcast'; -$route['sendSMSStudentApi'] = 'Broadcast_Controller/sendSMSStudentApi'; +$route['sendSMSStudentApi'] = 'Broadcast_Controller/sendSMSStudentApi';` + +$route['getCronCall'] = 'Broadcast_Controller/getCronCall'; +$route['getSMSSendReportList'] = 'Broadcast_Controller/getSMSSendReportList'; +$route['getSMSGroupDetails'] = 'Broadcast_Controller/getSMSGroupDetails';