Routing
hs_public_activity_single
Matched route
Route Parameters
| Name | Value |
|---|---|
| position | "details" |
| slug | "contact@smartfocus.ma" |
Route Matching Logs
Path to match:
/formations/single/contact@smartfocus.ma
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | hs_public_activity_index | /formations/{slug} | Path does not match |
| 2 | hs_public_activity_single | /formations/single/{slug}/{position} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.