diff --git a/main.go b/main.go index 0c4e519..8c49cc0 100644 --- a/main.go +++ b/main.go @@ -74,8 +74,8 @@ func main() { // Start Unix socket IPC for CLI commands trader.startIPCServer() - // Initialize dashboard (web server + SSE) — localhost only for security - dashboard := NewDashboard(store, trader, database, "127.0.0.1:8888") + // Initialize dashboard (web server + SSE) + dashboard := NewDashboard(store, trader, database, ":8888") go dashboard.Run() // Spread window tracker — measures how long spreads stay above threshold