Routing
app_homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | api_search | /api/v1/search | Path does not match |
2 | xxx_page | /xxx/{meeting}/{legtype} | Path does not match |
3 | xxxSWE_page | /xxxSWE/{meeting}/{legtype} | Path does not match |
4 | app_homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.