Routing
app_security_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | admin_generate_ig | /admin/ig/generationInstantGagnant | Path does not match |
2 | admin_generate_ig_csv | /admin/ig/create-instantgagnant-csv | Path does not match |
3 | admin_download_ig_csv | /admin/ig/download-ig-csv/{filename} | Path does not match |
4 | admin_delete_ig_csvs | /admin/ig/delete-ig-csvs | Path does not match |
5 | admin_list_ig | /admin/ig/instantgagnants | Path does not match |
6 | admin_import_ig | /admin/ig/import_igs_by_csv | Path does not match |
7 | admin_list_users | /admin/ig/utilisateurs | Path does not match |
8 | admin_list_operations | /admin/ig/operations | Path does not match |
9 | admin_list_lots | /admin/ig/lots | Path does not match |
10 | entry_point | /entry/point | Path does not match |
11 | app_security_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.