Routing
app_apartment
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
| slug | "apartman-2" |
Route Matching Logs
Path to match:
/apartmany/apartman-2
| # | 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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.