Routing
article_section_discussion
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/nachrichten/zur-diskussion
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | article_index | /nachrichten | Path does not match |
| 2 | article_index_legacy | /artikel | Path does not match |
| 3 | article_section_discussion | /nachrichten/zur-diskussion | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.