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
@@ -20,7 +20,7 @@ import (
// @title 知识图谱 API
// @version 1.0.0
// @description 知识图谱后端服务,提供图数据查询、节点搜索等功能
// @host localhost:8080
// @host localhost:3001
// @BasePath /
func main() {
cfg, err := config.Load()