Routing
index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/home
(route: "n/a")
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | render_contors | /contors/index/{locationId} | Path does not match |
| 2 | create_contor | /contors/create | Path does not match |
| 3 | delete_contor | /contors/delete | Path does not match |
| 4 | dashboard | /dashboard/index | Path does not match |
| 5 | dashboard_data | /dashboard/data | Path does not match |
| 6 | dashboard_data_send | /dashboard/data-send | Path does not match |
| 7 | index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.