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