https://comedorsp.com.ar/

Routing

app_default Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /
# 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_debug_debug /debug-pass Path does not match
10 app_default / Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.