Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_aseguradoras_index | /aseguradoras/ | Path does not match |
| 2 | app_aseguradoras_new | /aseguradoras/new | Path does not match |
| 3 | app_aseguradoras_show | /aseguradoras/{id} | Path does not match |
| 4 | app_aseguradoras_edit | /aseguradoras/{id}/edit | Path does not match |
| 5 | app_aseguradoras_delete | /aseguradoras/{id} | Path does not match |
| 6 | app_bancos_index | /bancos/ | Path does not match |
| 7 | app_bancos_new | /bancos/new | Path does not match |
| 8 | app_bancos_show | /bancos/{id} | Path does not match |
| 9 | app_bancos_edit | /bancos/{id}/edit | Path does not match |
| 10 | app_bancos_delete | /bancos/{id} | Path does not match |
| 11 | app_cargamasiva_index | /cargamasiva/ | Path does not match |
| 12 | app_cargamasiva_generarlistadocargamasivapdf | /cargamasiva/generarlistadocargamasivapdf | Path does not match |
| 13 | app_cargamasiva_new | /cargamasiva/new | Path does not match |
| 14 | app_cargamasiva_show | /cargamasiva/{id} | Path does not match |
| 15 | app_cargamasiva_edit | /cargamasiva/{id}/edit | Path does not match |
| 16 | app_cargamasiva_delete | /cargamasiva/{id} | Path does not match |
| 17 | app_causasanulacion_index | /causasanulacion/ | Path does not match |
| 18 | app_causasanulacion_new | /causasanulacion/new | Path does not match |
| 19 | app_causasanulacion_show | /causasanulacion/{id} | Path does not match |
| 20 | app_causasanulacion_edit | /causasanulacion/{id}/edit | Path does not match |
| 21 | app_causasanulacion_delete | /causasanulacion/{id} | Path does not match |
| 22 | inicio | /inicio | Path does not match |
| 23 | 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.