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()