diff --git a/Apollo/api/application/config/routes.php b/Apollo/api/application/config/routes.php index def251fe..64a3e216 100755 --- a/Apollo/api/application/config/routes.php +++ b/Apollo/api/application/config/routes.php @@ -209,7 +209,7 @@ $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';