Skip to content

Commit

Permalink
Fix for url
Browse files Browse the repository at this point in the history
  • Loading branch information
slashblog committed Aug 6, 2024
1 parent f6797f4 commit 5f2bee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func setupWebsocketServer(c *string, config *Configuration) {

// Serve the ./frontend directory at Route /
http.HandleFunc("/", serveHome)
http.HandleFunc("/ws", manager.serveWS)
http.HandleFunc(config.Url, manager.serveWS)

// Serve on port :8080, fudge yeah hardcoded port
var err error
Expand Down

0 comments on commit 5f2bee6

Please sign in to comment.