Routing
page-auto
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "239" |
Route Matching Logs
Path to match:
/page-auto/239
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | panel | /panel | Path does not match |
| 2 | stat-daily | /stat-daily/{limit} | Path does not match |
| 3 | admin_logs | /admin/logs | Path does not match |
| 4 | get-email | /reset_password_get_email | Path does not match |
| 5 | user_reset_password | /reset_password | Path does not match |
| 6 | deleteUser | /user/{id}/delete | Path does not match |
| 7 | list-users | /list-users/{limit} | Path does not match |
| 8 | page-autos | /page-autos/{limit} | Path does not match |
| 9 | page-auto | /page-auto/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.