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