Routing
obtener_colores_disponibilidad
Matched route
5
Tested routes before match
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/obtenerColores
# | Route name | Path | Log |
---|---|---|---|
1 | login | /api/autenticacion/login | Path does not match |
2 | login_account | /api/autenticacion/loginCuenta | Path does not match |
3 | login_account_user | /api/autenticacion/loginUsuario | Path does not match |
4 | app_autorizacionusuario_logoutcuenta | /api/autenticacion/logoutCuenta | Path does not match |
5 | obtener_colores_disponibilidad | /api/obtenerColores | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.