Routing
app_all_tyre_param
Matched route
Route Parameters
Name | Value |
---|---|
param | "product" |
unit | "275-35-r20-102y-goodyear-eaglef1-8" |
Route Matching Logs
Path to match:
/all/tyre/product/275-35-r20-102y-goodyear-eaglef1-8
# | Route name | Path | Log |
---|---|---|---|
1 | app_all_tyre | /all/tyre | Path does not match |
2 | app_all_tyre_param | /all/tyre/{param}/{unit} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.