Routing
imprint_de
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
Route Matching Logs
Path to match:
/de/impressum
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | changelog_default | /changelog | Path does not match |
| 2 | changelog_de | /de/changelog | Path does not match |
| 3 | changelog_en | /en/changelog | Path does not match |
| 4 | datenschutz_default | /datenschutz | Path does not match |
| 5 | datenschutz_de | /de/datenschutz | Path does not match |
| 6 | datenschutz_en | /en/privacy-policy | Path does not match |
| 7 | load_favorites_default | /favorites | Path does not match |
| 8 | load_favorites_de | /de/favoriten | Path does not match |
| 9 | load_favorites_en | /en/favorites | Path does not match |
| 10 | load_favorites_dropdown | /favorites-dropdown | Path does not match |
| 11 | add_favorite | /add-favorite | Path does not match |
| 12 | delete_favorite | /delete-favorite/{id} | Path does not match |
| 13 | get_current_game | /get-game/{gameId} | Path does not match |
| 14 | imprint_default | /impressum | Path does not match |
| 15 | imprint_de | /de/impressum | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.