Routing
Taekwonkido
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/taekwonkido
| # | 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 | Path does not match |
| 38 | web_club_static_custom | /club/{uuid}/sc/{code} | Path does not match |
| 39 | web_new_club | /club-new | Path does not match |
| 40 | web_modify_club | /club/{uuid}/modify | Path does not match |
| 41 | web_modify_club_logo | /club/{uuid}/logo/modify | Path does not match |
| 42 | web_view_club_lessons | /club/{club_uuid}/lessons | Path does not match |
| 43 | web_view_club_lesson | /club/{club_uuid}/lessons/{lesson_uuid} | Path does not match |
| 44 | web_new_club_lesson | /club/{club_uuid}/lesson-new | Path does not match |
| 45 | web_view_club_locations | /club/{club_uuid}/locations | Path does not match |
| 46 | web_view_club_location | /club/{club_uuid}/locations/{location_uuid} | Path does not match |
| 47 | web_new_club_location | /club/{club_uuid}/location-new | Path does not match |
| 48 | web_view_club_prices | /club/{uuid}/prices | Path does not match |
| 49 | web_view_club_price | /club/{club_uuid}/prices/{price_uuid} | Path does not match |
| 50 | web_new_club_price | /club/{club_uuid}/price-new | Path does not match |
| 51 | web_config-get | /config | Path does not match |
| 52 | web_email_list-type | /debug/email | Path does not match |
| 53 | web_email_list-mimetypes | /debug/email/{name} | Path does not match |
| 54 | web_email_send | /debug/email/{name} | Path does not match |
| 55 | web_email_name_mimetype | /debug/email/{name}/{mt} | Path does not match |
| 56 | web_locale-get | /locale | Path does not match |
| 57 | web_locale-put | /locale | Path does not match |
| 58 | security_login | /login | Path does not match |
| 59 | app_logout | /logout | Path does not match |
| 60 | home | / | Path does not match |
| 61 | master | /master | Path does not match |
| 62 | Taekwonkido | /taekwonkido | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.