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 | fundacioanaribot_api | /api/fundacioanaribot | Path does not match |
| 5 | fundacioanaribot_api_add_order | /api/fundacioanaribot/add/order | Path does not match |
| 6 | fundacioanaribot_api_last_order | /api/fundacioanaribot/getLastOrders | Path does not match |
| 7 | fundacioanaribot_dashboard | /dashboard/fundacioanaribot | Path does not match |
| 8 | fundacioanaribot_dashboard_export | /dashboard/fundacioanaribot/export | Path does not match |
| 9 | galomateo_api | /api/galomateo | Path does not match |
| 10 | galomateo_api_add_order | /api/galomateo/add/order | Path does not match |
| 11 | galomateo_api_last_order | /api/galomateo/getLastOrders | Path does not match |
| 12 | galomateo_dashboard | /dashboard/galomateo | Path does not match |
| 13 | galomateo_dashboard_export | /dashboard/galomateo/export | Path does not match |
| 14 | giro_api | /api/giro | Path does not match |
| 15 | giro_api_add_order | /api/giro/add/order | Path does not match |
| 16 | giro_api_last_order | /api/giro/getLastOrders | Path does not match |
| 17 | giro_dashboard | /dashboard/giro | Path does not match |
| 18 | giro_dashboard_export | /dashboard/giro/export | Path does not match |
| 19 | giro_logistica_api | /api/giro_logistica | Path does not match |
| 20 | giro_logistica_api_add_order | /api/giro_logistica/add/order | Path does not match |
| 21 | giro_logistica_api_last_order | /api/giro_logistica/getLastOrders | Path does not match |
| 22 | giro_logistica_dashboard | /dashboard/logistica_girand | Path does not match |
| 23 | giro_logistica_dashboard_export | /dashboard/giro_logistica/export | Path does not match |
| 24 | 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.