https://www.dev.ceintureblanche.fr/crm/club/paris5/infos

Routing

(none) Matched route

Route Matching Logs

Path to match: /club/paris5/infos
# Route name Path Log
1 api_root_get /api Path does not match
2 api_club_search-city /api/city Path does not match
3 api_club_list-active /api/club Path does not match
4 api_get_club /api/club/{uuid} Path does not match
5 api_club_create /api/club Path does not match
6 api_club_update /api/club/{uuid} Path does not match
7 api_get_club_lessons /api/club/{club_uuid}/lessons Path does not match
8 api_get_club_lesson /api/club/{club_uuid}/lessons/{lesson_uuid} Path does not match
9 api_create_club_lessons /api/club/{club_uuid}/lessons Path does not match
10 api_update_club_lessons /api/club/{club_uuid}/lessons/{lesson_uuid} Path does not match
11 api_delete_club_lessons /api/club/{club_uuid}/lessons/{lesson_uuid} Path does not match
12 api_get_club_locations /api/club/{club_uuid}/locations Path does not match
13 api_get_club_location /api/club/{club_uuid}/locations/{location_uuid} Path does not match
14 api_create_club_locations /api/club/{club_uuid}/locations Path does not match
15 api_update_club_locations /api/club/{club_uuid}/locations/{location_uuid} Path does not match
16 api_delete_club_locations /api/club/{club_uuid}/locations/{location_uuid} Path does not match
17 api_club_get_logo /api/club/{uuid}/logo Path does not match
18 api_club_upload_logo /api/club/{uuid}/logo Path does not match
19 api_club_delete_logo /api/club/{uuid}/logo Path does not match
20 api_get_club_prices /api/club/{club_uuid}/prices Path does not match
21 api_get_club_price /api/club/{club_uuid}/prices/{price_uuid} Path does not match
22 api_create_club_prices /api/club/{club_uuid}/prices Path does not match
23 api_update_club_prices /api/club/{club_uuid}/prices/{price_uuid} Path does not match
24 api_delete_club_price /api/club/{club_uuid}/prices/{price_uuid} Path does not match
25 api_club_search /api/clubsearch Path does not match
26 api_configuration_properties-get /api/config/properties Path does not match
27 api_configuration_properties-update /api/config/properties Path does not match
28 api_search /api/search Path does not match
29 api_get_users /api/users Path does not match
30 api_get_user /api/users/{user_uuid} Path does not match
31 api_user_me /api/user/me Path does not match
32 api_create_user /api/users Path does not match
33 api_update_user /api/users/{user_uuid} Path does not match
34 web_club_list-active /club Path does not match
35 web_clubs_list /clubs Path does not match
36 web_club_one /club/{uuid} Path does not match
37 web_club_infos /club/{uuid}/infos Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.