Routing
app_home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_criterion | /admin/criterion | Path does not match |
| 2 | app_admin_criterion_update | /admin/criterion/{id} | Path does not match |
| 3 | app_admin_export | /admin/export | Path does not match |
| 4 | app_admin_export_president | /admin/export/president | Path does not match |
| 5 | app_admin_export_flavor | /admin/export/flavor | Path does not match |
| 6 | app_admin_export_pizza | /admin/export/pizza | Path does not match |
| 7 | app_admin_jury | /admin/jury | Path does not match |
| 8 | app_admin_jury_update | /admin/jury/{id} | Path does not match |
| 9 | app_admin_malus | /admin/malus | Path does not match |
| 10 | app_admin_malus_update | /admin/malus/{id} | Path does not match |
| 11 | app_admin_malus_list | /admin/malus-list | Path does not match |
| 12 | app_admin_malus_list_update | /admin/malus-list/{id} | Path does not match |
| 13 | app_admin_team | /admin/team | Path does not match |
| 14 | app_admin_team_update | /admin/team/{id} | Path does not match |
| 15 | app_admin_theme | /admin/theme | Path does not match |
| 16 | app_admin_theme_update | /admin/theme/{id} | Path does not match |
| 17 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.