Routing
app_legal
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/legal
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_v1_public_create_alert | /api/v1/public/alert | Path does not match |
| 2 | api_v1_public_simulate_alert | /api/v1/public/alert/simulate | Path does not match |
| 3 | api_v1_public_stop_alert | /api/v1/public/alert/stop | Path does not match |
| 4 | api_v1_public_update_alert | /api/v1/public/alert/{alertId} | Path does not match |
| 5 | api_v1_public_geocoeur_get_all_geocoeurs | /api/v1/public/geocoeur | Path does not match |
| 6 | api_v1_public_geocoeur_public_carte_geocoeur | /api/v1/public/geocoeur/carte | Path does not match |
| 7 | api_v1_public_ping_ping | /api/v1/public/ping | Path does not match |
| 8 | api_v1_auth_login | /api/v1/auth/login | Path does not match |
| 9 | api_v1_auth_forgot_password | /api/v1/auth/forgot_password | Path does not match |
| 10 | api_v1_auth_check_validity | /api/v1/auth/check_validity/{token} | Path does not match |
| 11 | api_v1_auth_reset_password | /api/v1/auth/reset_password/{token} | Path does not match |
| 12 | api_v1_auth_reset_password_ | /api/v1/auth/reset_password | Path does not match |
| 13 | api_v1_auth_verify_ | /api/v1/auth/verify | Path does not match |
| 14 | trigger_alert | /admin/trigger_alert | Path does not match |
| 15 | trigger_silent_alert | /admin/trigger_silent_alert | Path does not match |
| 16 | admin_login | /login | Path does not match |
| 17 | admin_reset_password | /send_reset_password | Path does not match |
| 18 | app_logout | /logout | Path does not match |
| 19 | app_contact | /admin/contact | Path does not match |
| 20 | admin | /admin | Path does not match |
| 21 | dae_map | /admin/dae_map | Path does not match |
| 22 | admin_carte_geocoeur | /admin/carte-geocoeur | Path does not match |
| 23 | import_geocoeur | /admin/import_geocoeur | Path does not match |
| 24 | install_geocoeur | /admin/install_geocoeur | Path does not match |
| 25 | configure_geocoeur | /admin/configure_geocoeur | Path does not match |
| 26 | run_test_geocoeur | /admin/run_test_geocoeur | Path does not match |
| 27 | trigger_test_geocoeur | /admin/trigger_test_geocoeur | Path does not match |
| 28 | app_privacy | /privacy | Path does not match |
| 29 | app_legal | /legal | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.