Routing
building_one
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
slug | "boho" |
Route Matching Logs
Path to match:
/hall/boho/
# | Route name | Path | Log |
---|---|---|---|
1 | short_link_one_slug | /r/{slug} | Path does not match |
2 | short_link_one_slug_localized | /{_locale}/r/{slug} | Path does not match |
3 | success_payment | /payment-success/{orderId}/ | Path does not match |
4 | success_payment_localized | /{_locale}/payment-success/{orderId}/ | Path does not match |
5 | platon_payment_webhook | /platon/webhook | Path does not match |
6 | platon_payment_webhook_localized | /{_locale}/platon/webhook | Path does not match |
7 | official_ticket_check | /widget/officialtickets.html | Path does not match |
8 | official_ticket_check_localized | /{_locale}/widget/officialtickets.html | Path does not match |
9 | building_one | /hall/{slug}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.