From a09f3f87e91079542a8aa648a65f8b3faa94ba5b Mon Sep 17 00:00:00 2001 From: qowevisa Date: Thu, 8 Aug 2024 20:30:59 +0300 Subject: [PATCH] Change localhost to some domain --- 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 d2b3b5c..3bda70b 100644 --- a/cmd/http-server/main.go +++ b/cmd/http-server/main.go @@ -26,7 +26,7 @@ import ( // @license.name Apache 2.0 // @license.url http://www.apache.org/licenses/LICENSE-2.0.html -// @host localhost:3000 +// @host gonapi.qowevisa.click // @BasePath /api func main() { r := gin.Default()