Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | 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 | / | Path does not match |
| 18 | app_notation_team | /team/{id} | Path does not match |
| 19 | app_save | /save/{team}/{critere}/{value} | Path does not match |
| 20 | app_delete | /delete/{team}/{critere} | Path does not match |
| 21 | app_file | /file/{id} | Path does not match |
| 22 | app_read | /fr/read/{id} | Path does not match |
| 23 | app_read_en | /en/read/{id} | Path does not match |
| 24 | app_saveselect | /saveselect/{team}/{critere}/{value} | Path does not match |
| 25 | app_save_comment | /comment | Path does not match |
| 26 | app_closure | /closure | Path does not match |
| 27 | app_results | /results | Path does not match |
| 28 | app_admin | /adm | Path does not match |
| 29 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.