Routing
app_home_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/connexion
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_log | /admin/logs | Path does not match |
| 2 | app_admin_technician_index | /admin/techniciens/ | Path does not match |
| 3 | app_admin_technician_edit | /admin/techniciens/{id}/edit | Path does not match |
| 4 | app_admin_technician_delete | /admin/techniciens/{id} | Path does not match |
| 5 | app_admin_user_index | /admin/utilisateurs/ | Path does not match |
| 6 | app_admin_user_new | /admin/utilisateurs/new | Path does not match |
| 7 | app_admin_user_show | /admin/utilisateurs/{id} | Path does not match |
| 8 | app_admin_user_edit | /admin/utilisateurs/{id}/edit | Path does not match |
| 9 | app_admin_user_delete | /admin/utilisateurs/{id} | Path does not match |
| 10 | app_bank_transfer_index | /banque/virements/ | Path does not match |
| 11 | app_bank_transfer_edit | /banque/virements/{id}/edit | Path does not match |
| 12 | app_bank_transfer_delete | /banque/virements/{id} | Path does not match |
| 13 | app_home_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.