feat: 暂时删除 xpack 相关代码 (#3519)

This commit is contained in:
zhengkunwang
2024-01-07 22:36:41 +08:00
committed by GitHub
parent 040a0663c6
commit 9713b32ba8
2 changed files with 0 additions and 20 deletions

View File

@@ -1,11 +0,0 @@
//go:build xpack
package router
import "github.com/1Panel-dev/1Panel/backend/xpack/router"
func RouterGroups() []CommonRouter {
return append(commonGroups(), []CommonRouter{&router.WafRouter{}}...)
}
var RouterGroupApp = RouterGroups()

View File

@@ -1,9 +0,0 @@
//go:build xpack
package server
import "github.com/1Panel-dev/1Panel/backend/xpack"
func InitOthers() {
xpack.InitXpack()
}