Routing
login
Matched route
Route Parameters
| Name | Value |
|---|---|
| schemes | [
"https"
] |
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | ver_fusd | /documento/ver_fusd/{id} | Path does not match |
| 2 | documento_tramite_entrega | /documento/documento_tramite_entrega/{id}/{idDocumento}/ | Path does not match |
| 3 | ver_requisito | /documento/ver_requisito/{id} | Path does not match |
| 4 | terminos_condiciones | /documento/terminos_condiciones/ | Path does not match |
| 5 | home | /home/ | Path does not match |
| 6 | show_avatar_edit | /image/show_avatar/ | Path does not match |
| 7 | show_avatar | /image/show_avatar/{nombre} | Path does not match |
| 8 | notificacion | /notificacion/ | Path does not match |
| 9 | notificacion_nuevo | /notificacion/notificacion_nuevo | Path does not match |
| 10 | notificacion_ver | /notificacion/notificacion_ver/{id}/{idticket} | Path does not match |
| 11 | perfil | /perfil/ | Path does not match |
| 12 | contrasena | /perfil/contrasena | Path does not match |
| 13 | registro | /registro/ | Path does not match |
| 14 | registro_municipios | /registro/municipios | Path does not match |
| 15 | registro_nuevo | /registro/nuevo | Path does not match |
| 16 | registro_confirmar | /registro/confirmar | Path does not match |
| 17 | registro_token | /registro/token | Path does not match |
| 18 | registro_cuenta_confirmada | /registro/cuenta_confirmada | Path does not match |
| 19 | app_forgot_password_request | /reset-password | Path does not match |
| 20 | app_check_email | /reset-password/check-email | Path does not match |
| 21 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 22 | 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.