调试文档集成

This commit is contained in:
2025-02-16 13:06:58 +08:00
parent c3df76e94d
commit d832eef5a0
4 changed files with 25 additions and 5 deletions

4
go.mod
View File

@ -79,3 +79,7 @@ require (
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace (
git.zhangdeman.cn/gateway/api-doc => ../api-doc
)