Darien Raymond пре 8 година
родитељ
комит
bf64c449de
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      main/distro/debug/debug.go

+ 1 - 1
main/distro/debug/debug.go

@@ -5,6 +5,6 @@ import "net/http"
 
 func init() {
 	go func() {
-		http.ListenAndServe("localhost:6060", nil)
+		http.ListenAndServe(":6060", nil)
 	}()
 }