Routing
landing_page
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_agent_index | /agent/ | Path does not match |
| 2 | app_agent_new | /agent/new | Path does not match |
| 3 | app_agent_show | /agent/{id} | Path does not match |
| 4 | app_agent_edit | /agent/{id}/edit | Path does not match |
| 5 | app_agent_delete | /agent/{id} | Path does not match |
| 6 | app_register_user | /register_user | Path does not match |
| 7 | app_logout | /logout | Path does not match |
| 8 | app_entreprise | /entreprise | Path does not match |
| 9 | app_filiale_index | /filiale/ | Path does not match |
| 10 | app_filiale_new | /filiale/new | Path does not match |
| 11 | app_filiale_show | /filiale/{id} | Path does not match |
| 12 | app_filiale_edit | /filiale/{id}/edit | Path does not match |
| 13 | app_filiale_delete | /filiale/{id} | Path does not match |
| 14 | afficher_agents | /gestionnaire/entreprise/agents | Path does not match |
| 15 | afficher_invitation_page | /gestionnaire/entreprise/invitation | Path does not match |
| 16 | send_invitations | /gestionnaire/entreprise/send-invitations | Path does not match |
| 17 | landing_page | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.