https://comedorsp.com.ar/login

Routing

app_default_login Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /login
# Route name Path Log
1 admin /admin Path does not match
2 app_cuenta_index /cuenta/ Path does not match
3 app_cuenta_new /cuenta/nuevo Path does not match
4 app_cuenta_show /cuenta/ver/{id} Path does not match
5 app_cuenta_edit /cuenta/{id}/editar Path does not match
6 app_cuenta_delete /cuenta/{id}/borrar Path does not match
7 app_cuenta_nuevo_pago /cuenta/nuevo_pago Path does not match
8 app_cuenta_new_Efectivo /cuenta/nuevoEfectivo Path does not match
9 app_cuenta_pago_instrucciones /cuenta/pago_instrucciones/{id} Path does not match
10 app_debug_debug /debug-pass Path does not match
11 app_default / Path does not match
12 app_usuario_dashboard /usuario/dashboard Path does not match
13 app_tutor_dashboard /tutor/dashboard Path does not match
14 app_empleado_dashboard /empleado/dashboard Path does not match
15 app_sys_dashboard /sys/dashboard Path does not match
16 app_estudiante_dashboard /estudiante/dashboard Path does not match
17 app_default_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.