Routing
app_selection
Matched route
Route Parameters
Name | Value |
---|---|
selectionSlug | "best-winter" |
Route Matching Logs
Path to match:
/select/best-winter/
# | Route name | Path | Log |
---|---|---|---|
1 | app_hotel | /hotel/{hotelId}-{hotelSlug} | Path does not match |
2 | app_hotel_sitemaps | /sitemaps/hotels/{page} | Path does not match |
3 | acc_setting | /acc/setting | Path does not match |
4 | app_sort_criteria | /selection/sort/{entityClass}/{masOrdered}/ | Path does not match |
5 | app_admin_check_unique | /geo-seo/check-unique/ | Path does not match |
6 | app_selection | /select/{selectionSlug}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.