From aa3db20026f17696c2d39ddcc0b81d0d63d0c131 Mon Sep 17 00:00:00 2001 From: resicovenba Date: Fri, 19 Jan 2018 19:33:48 +0530 Subject: [PATCH] routes added : kdk --- Apollo/api/application/config/routes.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Apollo/api/application/config/routes.php b/Apollo/api/application/config/routes.php index bbed7008..5144544a 100755 --- a/Apollo/api/application/config/routes.php +++ b/Apollo/api/application/config/routes.php @@ -202,7 +202,12 @@ $route['updateDayBookMasterDetails'] = 'DayBookMaster_Controller/updateDayBookMa $route['sendStudentNotification'] = 'Fees_Status_Controller/sendStudentNotification'; - +/* + * SMS send + * */ +$route['getUniveCourseBratchBroadCast'] = 'Broadcast_Controller/getUniveCourseBatch'; +$route['getStuListForBroadcast'] = 'Broadcast_Controller/getStuListForBrodcast'; +$route['sendSMSStudentApi'] = 'Broadcast_Controller/sendSMSStudentApi';