From f9ab825babe20dbf50fc52541b8a353e5f45762f Mon Sep 17 00:00:00 2001 From: resicovenba Date: Thu, 25 Jan 2018 10:54:19 +0530 Subject: [PATCH] routes error changes: kdk --- Apollo/api/application/config/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';