diff --git a/Apollo/api/application/config/routes.php b/Apollo/api/application/config/routes.php index ba80b2cf..4504793e 100755 --- a/Apollo/api/application/config/routes.php +++ b/Apollo/api/application/config/routes.php @@ -144,7 +144,9 @@ $route['updateStatusDetails'] = 'Status_Controller/updateStatusDetails'; /*get student list for fees update*/ $route['getStudentListFees'] = 'Fees_Status_Controller/getStudentList'; /*get student fees structure for fees update*/ -$route['getStudentFeesStructure'] = 'Status_Controller/getStudentFeesStructure'; +$route['getStudentFeesStructure'] = 'Fees_Status_Controller/getFeesStructure'; +/*update fees details for student*/ +$route['updateFeesDetails'] = 'Fees_Status_Controller/updateFeesDetails';