Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_users | /admin/users | Path does not match |
| 2 | admin_toggle_role | /admin/users/{id}/toggle-role/{role} | Path does not match |
| 3 | admin_delete_user | /admin/users/{id}/delete | Path does not match |
| 4 | admin_offres | /admin/offres | Path does not match |
| 5 | admin_toggle_offre | /admin/offres/{id}/toggle-statut | Path does not match |
| 6 | candidat_profil | /candidat/profil | Path does not match |
| 7 | candidat_edit_profil | /candidat/profil/edit | Path does not match |
| 8 | candidat_upload_cv | /candidat/cv/upload | Path does not match |
| 9 | candidat_candidatures | /candidat/candidatures | Path does not match |
| 10 | dashboard_recruteur | /dashboard/recruteur | Path does not match |
| 11 | dashboard_admin | /dashboard/admin | Path does not match |
| 12 | app_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.