2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

feat: cli 路由支持

This commit is contained in:
耗子
2024-09-19 01:37:39 +08:00
parent dded5e26aa
commit 407203dcfa
8 changed files with 76 additions and 40 deletions

View File

@@ -30,5 +30,5 @@ import "github.com/TheTNB/panel/internal/bootstrap"
// @BasePath /api
func main() {
bootstrap.Boot()
bootstrap.BootWeb()
}