Routing
(none)
Matched route
Route Matching Logs
Path to match:
/home/mentions-legales
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | home_page_cookie | /cookies | Path does not match |
| 2 | admin_operations_new | /admin/operations/new | Path does not match |
| 3 | app_forgot_password_request | /reset-password/password | Path does not match |
| 4 | app_check_email | /check-email/password | Path does not match |
| 5 | app_reset_password | /reset/{token} | Path does not match |
| 6 | app_login | /app/login | Path does not match |
| 7 | app_logout | /app/deconnexion | Path does not match |
| 8 | page_contact_home | /home/contact | Path does not match |
| 9 | admin_home | /admin | Path does not match |
| 10 | admin_operations | /admin/operations | Path does not match |
| 11 | admin_operations_year | /admin/operations/{year} | Path does not match |
| 12 | admin_operations_all | /admin/operations/{all} | Path does not match |
| 13 | cookies | /cookies | Path does not match |
| 14 | page_contact_operation | /{operation}/contact | Path does not match |
| 15 | page_suivre | /{operation}/suivre | Path does not match |
| 16 | page_suivre_code | /{operation}/suivre/{code} | Path does not match |
| 17 | page_terms | /{operation}/mentions-legales | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.