Routing
app_horses
Matched route
Route Parameters
Name | Value |
---|---|
horse | "all" |
Route Matching Logs
Path to match:
/horses/all
# | 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 | / | Path does not match |
5 | app_homepageOLD | /OLD | Path does not match |
6 | app_img | /images/{query} | Path does not match |
7 | app_horses | /horses/{horse} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.