Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_encuesta_create | /api/encuestas | Path does not match |
| 2 | api_encuesta_show | /api/encuestas/{id} | Path does not match |
| 3 | app_buzon_sugerencia | /buzon-sugerencias | Path does not match |
| 4 | centro_servicio_index | /admin/centro-servicio/ | Path does not match |
| 5 | centro_servicio_new | /admin/centro-servicio/nuevo | Path does not match |
| 6 | centro_servicio_edit | /admin/centro-servicio/{id}/editar | Path does not match |
| 7 | centro_servicio_delete | /admin/centro-servicio/{id} | Path does not match |
| 8 | app_dashboard_list | /dashboard | Path does not match |
| 9 | app_dashboard | /dashboard/{id} | Path does not match |
| 10 | app_landing | / | Path does not match |
| 11 | pregunta_index | /admin/pregunta/ | Path does not match |
| 12 | pregunta_new | /admin/pregunta/nuevo | Path does not match |
| 13 | pregunta_edit | /admin/pregunta/{id}/editar | Path does not match |
| 14 | pregunta_delete | /admin/pregunta/{id} | Path does not match |
| 15 | qr_new | /admin/qr/nuevo | Path does not match |
| 16 | qr_index | /admin/qr | Path does not match |
| 17 | qr_encuesta | /qr/{codigo} | Path does not match |
| 18 | qr_image | /admin/qr/{id}/imagen | Path does not match |
| 19 | qr_preview | /admin/qr/{id}/preview | Path does not match |
| 20 | app_registro | /registro | Path does not match |
| 21 | app_cambiar_contrasena | /registro/changepassword | Path does not match |
| 22 | app_reporte_encuesta | /reporte | Path does not match |
| 23 | 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.