UPDATE: Fix bug auth
All checks were successful
Build and Release / release (push) Successful in 53s

This commit is contained in:
2026-03-30 16:49:37 +07:00
parent a1496c5cd8
commit 44d0d0c973
5 changed files with 5 additions and 16 deletions

View File

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