diff --git a/cmd/http-server/main.go b/cmd/http-server/main.go index efa4028..fe8395f 100644 --- a/cmd/http-server/main.go +++ b/cmd/http-server/main.go @@ -81,5 +81,5 @@ func main() { }) go tokens.StartTokens() - r.Run(":3001") + r.Run("127.0.0.1:3001") }