Routing
admin
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/admin
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.