fix: 修正swag文档端口号
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user