Routing
app_apartment_overview
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
Route Matching Logs
Path to match:
/apartmany
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_about.cs | /o-nas | Path does not match |
| 2 | app_about.en | /en/o-nas | Path does not match |
| 3 | app_about.de | /de/o-nas | Path does not match |
| 4 | app_apartment.cs | /apartmany/{slug} | Path does not match |
| 5 | app_apartment.en | /en/apartmany/{slug} | Path does not match |
| 6 | app_apartment.de | /de/apartmany/{slug} | Path does not match |
| 7 | app_apartment_overview.cs | /apartmany | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.