Routing
app_default
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | app_contrato_index | /contrato/{fallecido} | Path does not match |
2 | app_contrato_new | /contrato/new/{fallecido} | Path does not match |
3 | app_contrato_show | /contrato/{id} | Path does not match |
4 | app_contrato_edit | /contrato/{id}/edit | Path does not match |
5 | app_contrato_delete | /contrato/delete/{id} | Path does not match |
6 | app_contrato_fecha | /contrato/cambiarfecha/{tipoTumba}/{fechaInicio} | Path does not match |
7 | app_contrato_anular | /contrato/anular/{id} | Path does not match |
8 | 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.