Routing
public_all_list
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "templates" |
Route Matching Logs
Path to match:
/all/templates
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | show_user_phone | /{username}/{fileUrl}/index.xml | Path does not match |
| 2 | public_all_list | /all/{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.