Skip to content
Snippets Groups Projects

Resolve "Application that allows to access events through websocket"

All threads resolved!
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -37,7 +37,7 @@ func (a *Application) Run() {
@@ -37,7 +37,7 @@ func (a *Application) Run() {
svr := nbhttp.NewServer(nbhttp.Config{
svr := nbhttp.NewServer(nbhttp.Config{
Network: "tcp",
Network: "tcp",
Addrs: []string{"localhost:80"},
Addrs: []string{"localhost:4000"},
Handler: mux,
Handler: mux,
})
})
Loading