diff --git a/Apollo/api/application/config/routes.php b/Apollo/api/application/config/routes.php index 175cf449..ba80b2cf 100755 --- a/Apollo/api/application/config/routes.php +++ b/Apollo/api/application/config/routes.php @@ -143,6 +143,9 @@ $route['getStatusDetails'] = 'Status_Controller/getStatusDetails'; $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'; +