routes added : kdk

This commit is contained in:
resicovenba 2018-01-19 19:33:48 +05:30
parent 3ae3704e5f
commit aa3db20026

View File

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