2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 07:57:21 +08:00

feat: 全局移除swagger

This commit is contained in:
耗子
2024-09-29 03:08:26 +08:00
parent 4ad7ec58be
commit 6a30d56d7d
19 changed files with 4 additions and 2216 deletions

View File

@@ -21,17 +21,6 @@ import (
_ "time/tzdata"
)
// @title 耗子面板 API
// @version 2
// @description 耗子面板的 API 信息
// @contact.name 耗子科技
// @contact.email admin@haozi.net
// @license.name GNU Affero General Public License v3
// @license url https://www.gnu.org/licenses/agpl-3.0.html
// @BasePath /api
func main() {
bootstrap.BootWeb()
}