http://dev-hestefakta.tgn.no/tips/30120121

Routing

app_tips Matched route

Route Parameters

Name Value
meeting
"30120121"

Route Matching Logs

Path to match: /tips/30120121
# 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} Path does not match
8 app_search /search/{kind} Path does not match
9 app_tips_swe /tipsSWE/{mee_id} Path does not match
10 app_tips /tips/{meeting} Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.