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