Listen on all interfaces

This commit is contained in:
Svilen Markov 2024-11-29 17:03:52 +00:00
parent 74e05763f7
commit 2dce9b4c48

View File

@ -163,7 +163,7 @@ func serveUpdateNoticeIfConfigLocationNotMigrated(configPath string) bool {
}) })
server := http.Server{ server := http.Server{
Addr: "localhost:8080", Addr: ":8080",
Handler: mux, Handler: mux,
} }
server.ListenAndServe() server.ListenAndServe()