Routing
contact_
Matched route
Route Parameters
| Name | Value |
|---|---|
| flow | "contact" |
| generic_header | true |
Route Matching Logs
Path to match:
/contact
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | index | / | Path does not match |
| 2 | login.en-CA | /login | Path does not match |
| 3 | login.fr-CA | /connexion | Path does not match |
| 4 | logout | /logout | Path does not match |
| 5 | client_redirect | /client | Path does not match |
| 6 | contact_ | /contact | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.