Routing
app_all_tyre_param
Matched route
Route Parameters
Name | Value |
---|---|
param | "product" |
unit | "235-55-r20-105v-roadstone-nferaru5-12" |
Route Matching Logs
Path to match:
/all/tyre/product/235-55-r20-105v-roadstone-nferaru5-12
# | 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.