Routing
public_user_lander_bucketlist
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "themadscientist" |
Route Matching Logs
Path to match:
/mi/themadscientist/bucketlist
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | public_user_lander_posts | /mi/{slug}/blog | Path does not match |
| 2 | public_user_lander_pages | /mi/{slug}/pages | Path does not match |
| 3 | public_user_lander_bucketlist | /mi/{slug}/bucketlist | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.