Routing
homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_dashboard | /admin | Path does not match |
| 2 | admin_content_edit | /admin/content/{key} | Path does not match |
| 3 | app_login | /admin/login | Path does not match |
| 4 | app_logout | /admin/logout | Path does not match |
| 5 | admin_kuzelky | /admin/kuzelky | Path does not match |
| 6 | admin_kuzelky_refresh | /admin/kuzelky/refresh | Path does not match |
| 7 | admin_lane_reservations | /admin/rezervace-kuzelny | Path does not match |
| 8 | admin_lane_reservations_settings | /admin/rezervace-kuzelny/nastaveni | Path does not match |
| 9 | admin_lane_reservations_lane_create | /admin/rezervace-kuzelny/drahy/vytvorit | Path does not match |
| 10 | admin_lane_reservations_lane_update | /admin/rezervace-kuzelny/drahy/{id}/upravit | Path does not match |
| 11 | admin_lane_reservations_lane_delete | /admin/rezervace-kuzelny/drahy/{id}/smazat | Path does not match |
| 12 | admin_lane_reservations_create | /admin/rezervace-kuzelny/rezervace/vytvorit | Path does not match |
| 13 | admin_lane_reservations_update | /admin/rezervace-kuzelny/rezervace/{id}/upravit | Path does not match |
| 14 | admin_lane_reservations_delete | /admin/rezervace-kuzelny/rezervace/{id}/smazat | Path does not match |
| 15 | admin_lane_reservations_closure_create | /admin/rezervace-kuzelny/blokace/vytvorit | Path does not match |
| 16 | admin_lane_reservations_closure_update | /admin/rezervace-kuzelny/blokace/{id}/upravit | Path does not match |
| 17 | admin_lane_reservations_closure_delete | /admin/rezervace-kuzelny/blokace/{id}/smazat | Path does not match |
| 18 | admin_lane_reservations_closure_delete_series | /admin/rezervace-kuzelny/blokace/{id}/smazat-serii | Path does not match |
| 19 | admin_lane_reservations_status | /admin/rezervace-kuzelny/rezervace/{id}/stav/{status} | Path does not match |
| 20 | admin_media_upload | /admin/media/upload | Path does not match |
| 21 | media_asset_show | /media/file/{id} | Path does not match |
| 22 | admin_media_list | /admin/media/list | Path does not match |
| 23 | admin_news_index | /admin/novinky | Path does not match |
| 24 | admin_news_settings | /admin/novinky/nastaveni | Path does not match |
| 25 | admin_news_create | /admin/novinky/vytvorit | Path does not match |
| 26 | admin_news_edit | /admin/novinky/{id}/editace | Path does not match |
| 27 | admin_news_delete | /admin/novinky/{id}/smazat | Path does not match |
| 28 | admin_records_edit | /admin/records | Path does not match |
| 29 | admin_recruitment_edit | /admin/recruitment | Path does not match |
| 30 | admin_teams_index | /admin/druzstva | Path does not match |
| 31 | admin_teams_settings | /admin/druzstva/nastaveni | Path does not match |
| 32 | admin_teams_create | /admin/druzstva/vytvorit | Path does not match |
| 33 | admin_teams_edit | /admin/druzstva/{index}/editace | Path does not match |
| 34 | admin_teams_delete | /admin/druzstva/{index}/smazat | Path does not match |
| 35 | admin_tipovacka | /admin/tipovacka | Path does not match |
| 36 | admin_tipovacka_edit | /admin/tipovacka/{id}/editace | Path does not match |
| 37 | admin_tipovacka_create | /admin/tipovacka/create | Path does not match |
| 38 | admin_tipovacka_update | /admin/tipovacka/{id}/update | Path does not match |
| 39 | admin_tipovacka_delete | /admin/tipovacka/{id}/delete | Path does not match |
| 40 | admin_users | /admin/ucty | Path does not match |
| 41 | admin_users_password | /admin/ucty/{id}/password | Path does not match |
| 42 | admin_users_role | /admin/ucty/{id}/role | Path does not match |
| 43 | admin_users_delete | /admin/ucty/{id}/delete | Path does not match |
| 44 | contact_submit | /kontakt/odeslat | Path does not match |
| 45 | aktualni_rocnik_index | /aktualni-rocnik | Path does not match |
| 46 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.