Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/prihlasit-se
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_api_blogs_list | /api/blog/list | Path does not match |
| 2 | app_blog_sortable | /admin/blog/seradit | Path does not match |
| 3 | app_couch_sortable | /admin/treneri/seradit | Path does not match |
| 4 | app_menus_sortable | /admin/menu/seradit | Path does not match |
| 5 | app_api_options_header | /api/options/header | Path does not match |
| 6 | app_api_options_footer | /api/options/footer | Path does not match |
| 7 | app_api_options_filter | /api/options/filter | Path does not match |
| 8 | app_api_pages_search | /api/page/search | Path does not match |
| 9 | app_pages_sortable | /admin/stranky/seradit | Path does not match |
| 10 | app_api_partner_search | /api/partner/search | Path does not match |
| 11 | app_partner_sortable | /admin/partneri/seradit | Path does not match |
| 12 | app_plan_sortable | /admin/tarify/seradit | Path does not match |
| 13 | app_plan_feature_sortable | /admin/tarify/vlastnosti/seradit | Path does not match |
| 14 | app_setting_sortable | /admin/nastaveni/seradit/{type} | Path does not match |
| 15 | app_api_blogs_detail | /api/blog/{slug} | Path does not match |
| 16 | app_blog_add | /admin/blog/pridat/{id} | Path does not match |
| 17 | app_blog_app_admin_pages_list | /admin/blog/seznam | Path does not match |
| 18 | app_forgot_password_request | /zaslat-heslo | Path does not match |
| 19 | app_check_email | /zaslat-heslo/check-email | Path does not match |
| 20 | app_reset_password | /zaslat-heslo/reset/{token} | Path does not match |
| 21 | app_login | /prihlasit-se | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.