Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | 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 | / | Path does not match |
| 25 | get_ecrypt_text | /ecrypt/{text} | Path does not match |
| 26 | get_dcrypt_text | /dcrypt/{text} | Path does not match |
| 27 | get_hash_text | /l/{hash}/{text} | Path does not match |
| 28 | get_hash | /l/{hash} | Path does not match |
| 29 | get_generator | /generator | Path does not match |
| 30 | pastisseriauno_api | /api/pastisseriauno | Path does not match |
| 31 | pastisseriauno_api_add_order | /api/pastisseriauno/add/order | Path does not match |
| 32 | pastisseriauno_api_last_order | /api/pastisseriauno/getLastOrders | Path does not match |
| 33 | pastisseriauno_dashboard | /dashboard/pastisseriauno | Path does not match |
| 34 | pastisseriauno_dashboard_export | /dashboard/pastisseriauno/export | Path does not match |
| 35 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.