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