Routing
app_reservations_party_pro_zeny
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
Route Matching Logs
Path to match:
/cs/rezervace/party-pro-zeny
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_reservations | /{_locale}/rezervace | Path does not match |
| 2 | app_reservations_party_pro_zeny | /{_locale}/rezervace/party-pro-zeny | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.