Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | app_best_products | /best/products | Path does not match |
2 | app_carrusell_products | /carrusell/products | Path does not match |
3 | app_blocks_category_view | /blocks/category/view | Path does not match |
4 | getCart | /cart | Path does not match |
5 | cart_add | /cart/add | Path does not match |
6 | updateCartQuantity | /cart/update | Path does not match |
7 | app_checkout | /checkout | Path does not match |
8 | checkout_set_shipping | /checkout/shipping-method | Path does not match |
9 | contact | /contact | Path does not match |
10 | customer_service | /customer-service | Path does not match |
11 | app_header | /header | Path does not match |
12 | cartIconView | /cartIconView | Path does not match |
13 | 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.