fix: 修正swag文档端口号

This commit is contained in:
2026-04-13 16:24:25 +08:00
parent 4c3d5298af
commit c9643db67e
4 changed files with 347 additions and 357 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "1.0.0",
Host: "localhost:8080",
Host: "localhost:3001",
BasePath: "/",
Schemes: []string{},
Title: "知识图谱 API",