init
All checks were successful
Build and Release / release (push) Successful in 45s

This commit is contained in:
2026-03-25 23:40:37 +07:00
parent 3053c1f29c
commit 92d44bb00c
4 changed files with 13 additions and 5 deletions

View File

@@ -306,9 +306,9 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "1.0",
Host: "localhost:3344",
Host: "history-api.kain.id.vn",
BasePath: "/",
Schemes: []string{},
Schemes: []string{"https", "http"},
Title: "History API",
Description: "This is a sample server for History API.",
InfoInstanceName: "swagger",