Routing
app_homestay_coverPhoto
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "homestay-rasa-sayang" |
Route Matching Logs
Path to match:
/homestay/homestay-rasa-sayang/coverPhoto
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_owner_add | /admin/owners/+ | Path does not match |
| 2 | app_admin_property_add | /admin/properties/+ | Path does not match |
| 3 | app_admin_property_unit_new | /admin/properties/{propId}/units/+ | Path does not match |
| 4 | app_homestay_coverPhoto | /homestay/{slug}/coverPhoto | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.