Routing
app_forgot_password_request
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/common/reset-password
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_equipos_list | /api/common/equipos | Path does not match |
| 2 | api_equipos_search | /api/common/equipos/buscar | Path does not match |
| 3 | api_equipos_by_unidad_ubicacion | /api/common/equipos/{unidad}/{ubicacion} | Path does not match |
| 4 | api_equipos_show | /api/common/equipos/{id} | Path does not match |
| 5 | api_solicitudes_list | /api/common/solicitudes | Path does not match |
| 6 | api_solicitudes_search | /api/common/solicitudes/buscar | Path does not match |
| 7 | api_solicitudes_show | /api/common/solicitudes/{idSol} | Path does not match |
| 8 | api_solicitudes_create | /api/common/solicitudes/create | Path does not match |
| 9 | api_ubicaciones_list | /api/common/ubicaciones/{unidad} | Path does not match |
| 10 | api_ubicaciones_search | /api/common/ubicaciones/buscar | Path does not match |
| 11 | api_ubicaciones_show | /api/common/ubicaciones/{idUbi} | Path does not match |
| 12 | api_unidades_list | /api/common/unidades | Path does not match |
| 13 | api_unidades_search | /api/common/unidades/buscar | Path does not match |
| 14 | api_unidades_show | /api/common/unidades/{idUni} | Path does not match |
| 15 | app_bitacora_show | /bitacora/{idBitacora} | Path does not match |
| 16 | app_bitacora_new | /bitacora/new | Path does not match |
| 17 | app_bitacora_edit | /bitacora/{idBitacora}/edit | Path does not match |
| 18 | app_bitacora_delete | /bitacora/{idBitacora} | Path does not match |
| 19 | app_bitacoramovimientos_index | /bitacoramovimientos/ | Path does not match |
| 20 | inventario_bitacora_excel | /bitacoramovimientos/excel | Path does not match |
| 21 | inventario_bitacora_pdf | /bitacoramovimientos/inventario/reporte-pdf | Path does not match |
| 22 | app_forgot_password_request | /common/reset-password | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.