Files
ftdt-quant-lab/dashboard
ramseshk 83c640d361 Fix dashboard WebSocket and API URLs for /cv prefix routing
The dashboard lives at ftdt.io/cv but WebSocket and API calls
used root-relative paths (/ws, /api/backtests) which Caddy
routed to the wrong backend. Fixed to /cv/ws and /cv/api/*
so Caddy's handle_path properly strips the prefix.
2026-08-04 03:21:13 +00:00
..