Routing
app_web_people
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
Route Matching Logs
Path to match:
/en/lide
# | Route name | Path | Log |
---|---|---|---|
1 | shop_category | /{_locale}/{slug} | Path almost matches, but Requirement for "slug" does not match (publikace) |
2 | shop_product | /{_locale}/publikace/{slug}-p | Path does not match |
3 | add_product | /{_locale}/publikace/{slug}-p/add | Path does not match |
4 | add_to_cart | /shop/api/cart/add-{variant_id} | Path does not match |
5 | change_amount_in_cart | /shop/api/cart/change_amount-{variant_id}-{amount} | Path does not match |
6 | app_web_people | /{_locale}/lide | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.