diff --git a/cmd/http-server/main.go b/cmd/http-server/main.go index 01ab1ad..d2b3b5c 100644 --- a/cmd/http-server/main.go +++ b/cmd/http-server/main.go @@ -74,5 +74,5 @@ func main() { }) go tokens.StartTokens() - r.Run("127.0.0.1:3000") + r.Run(":3000") }