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';