From 43005c6f3bbd20e016929147a6fe8b3d5e05a82e Mon Sep 17 00:00:00 2001 From: qowevisa Date: Tue, 6 Aug 2024 23:59:05 +0300 Subject: [PATCH] .... --- cmd/http-server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }