diff --git a/src/routes.rs b/src/routes.rs index 9adb640..d7b834a 100644 --- a/src/routes.rs +++ b/src/routes.rs @@ -441,7 +441,7 @@ pub async fn find_route(req_uri: &str, call: Option<&mut HttpRequestHandler>) -> route!(req_uri, call, POST_LOGIN, "/webApp/getMemberships", web_app_controller::get_memberships); // Report controller - route!(req_uri, call, LTD_POST_LOGIN, "/report/create", report_controller::report, LimitPolicy::ANY(10)); + route!(req_uri, call, LTD_POST_LOGIN, "/reports/create", report_controller::report, LimitPolicy::ANY(10)); // Forez controller route!(req_uri, call, POST_LOGIN, "/forez/get_groups", forez_controller::get_list_groups);