Routing
front_reserve
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/reservation
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | client_success | /success | Path does not match |
| 2 | client_register | /register | Path does not match |
| 3 | client_espace | /espace-client | Path does not match |
| 4 | client_coordonnees | /espace-client/mes-coordonnees | Path does not match |
| 5 | client_reserver_salle_reunion | /espace-client/reserver-la-salle-de-reunion | Path does not match |
| 6 | client_factures | /espace-client/factures | Path does not match |
| 7 | client_commande_encours | /espace-client/mes-commandes | Path does not match |
| 8 | front_reserve | /reservation | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.