🎨 swagger update

This commit is contained in:
landaiqing
2024-08-21 23:52:01 +08:00
parent 78346f6a12
commit e0f0c4c466
16 changed files with 318 additions and 142 deletions

View File

@@ -10,4 +10,5 @@ type Config struct {
Encrypt Encrypt `yaml:"encrypt"`
Wechat Wechat `yaml:"wechat"`
OAuth OAuth `yaml:"oauth"`
Swagger Swagger `yaml:"swagger"`
}