Routing
contact
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/contact-us
# | Route name | Path | Log |
---|---|---|---|
1 | about | /about | Path does not match |
2 | blog | /blog | Path does not match |
3 | blog_post | /blog/{slug} | Path does not match |
4 | cart | /cart | Path does not match |
5 | cart_update | /cart/{id}/update | Path does not match |
6 | removeFromCart | /removeFromCart | Path does not match |
7 | category | /category/{slug} | Path does not match |
8 | app_checkout_complete | /checkout/complete | Path does not match |
9 | app_checkout_fulfilment | /checkout/fulfilment | Path does not match |
10 | app_checkout_payment | /checkout/payment | Path does not match |
11 | app_public_source_new | /payment/new | Path does not match |
12 | app_public_source_delete | /payment/delete | Path does not match |
13 | app_checkout_review | /checkout/review | Path does not match |
14 | app_checkout | /checkout | Path does not match |
15 | contact | /contact-us | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.