Routing
main_page
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | decantalo_dashboard | /dashboard/decantalo | Path does not match |
2 | dashboard_decantalo_history | /dashboard/decantalo/history | Path does not match |
3 | dashboard_decantalo_export | /dashboard/decantalo/export | Path does not match |
4 | giro_api | /api/giro | Path does not match |
5 | giro_api_add_order | /api/giro/add/order | Path does not match |
6 | giro_api_last_order | /api/giro/getLastOrders | Path does not match |
7 | giro_dashboard | /dashboard/giro | Path does not match |
8 | giro_dashboard_export | /dashboard/giro/export | Path does not match |
9 | giro_logistica_api | /api/giro_logistica | Path does not match |
10 | giro_logistica_api_add_order | /api/giro_logistica/add/order | Path does not match |
11 | giro_logistica_api_last_order | /api/giro_logistica/getLastOrders | Path does not match |
12 | giro_logistica_dashboard | /dashboard/logistica_girand | Path does not match |
13 | giro_logistica_dashboard_export | /dashboard/giro_logistica/export | Path does not match |
14 | main_page | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.