Routing
page-dealer
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "702" |
Route Matching Logs
Path to match:
/page-dealer/702
| # | 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} | Path does not match |
| 10 | send-question-auto | /send-question-auto | Path does not match |
| 11 | list-autos | /list-autos/{limit} | Path does not match |
| 12 | list-autos-dealer | /list-autos-dealer/{limit}/{dealer} | Path does not match |
| 13 | list-autos-mini | /list-autos-mini/{limit} | Path does not match |
| 14 | auto-add | /auto/add | Path does not match |
| 15 | auto-edit | /auto/{id}/edit | Path does not match |
| 16 | deleteAuto | /auto/{id}/delete | Path does not match |
| 17 | show-auto | /auto/{id}/show | Path does not match |
| 18 | list-dealers | /list-dealers/{limit} | Path does not match |
| 19 | findbydealername | /findbydealername | Path does not match |
| 20 | list-dealers-mini | /list-dealers-mini/{limit} | Path does not match |
| 21 | dealer-add | /dealer/add | Path does not match |
| 22 | dealer-edit | /dealer/{id}/edit | Path does not match |
| 23 | deleteDealer | /dealer/{id}/delete | Path does not match |
| 24 | show-dealer | /dealer/{id}/show | Path does not match |
| 25 | page-dealers | /page-dealers/{limit} | Path does not match |
| 26 | page-dealer | /page-dealer/{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.