mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2024-11-22 13:29:21 +00:00
Give reports route a better name
This commit is contained in:
parent
5e6399d94e
commit
55b13fc0f6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user