Routing
home
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_info | /admin | Path does not match |
| 2 | admin_members | /membres | Path does not match |
| 3 | admin_add_member | /membre/add | Path does not match |
| 4 | admin_edit_member | /membre/edit/{id} | Path does not match |
| 5 | admin_delete_member | /membre/deleted/{id} | Path does not match |
| 6 | admin_document | /documents | Path does not match |
| 7 | manage_resultat_ffme | /manage_resultat_ffme | Path does not match |
| 8 | save_resultat_ffme | /manage_resultat_ffme/save | Path does not match |
| 9 | generate_planning | /generate_planning | Path does not match |
| 10 | save_generate_planning | /generate_planning/save | Path does not match |
| 11 | resultats_ffme | /resultats | Path does not match |
| 12 | api_ffme | /api/ffme | Path does not match |
| 13 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.