diff --git a/web/main.go b/web/main.go index d4976ef..d3a4c95 100644 --- a/web/main.go +++ b/web/main.go @@ -733,6 +733,6 @@ func main() { // ----------------- - fmt.Println("Listening on :8080") - http.ListenAndServe(":8080", r) + fmt.Println("Listening on 0.0.0.0:7676") + http.ListenAndServe("0.0.0.0:7676", r) }