mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-24 14:54:43 +08:00
feat: 暂时删除 xpack 相关代码 (#3519)
This commit is contained in:
parent
040a0663c6
commit
9713b32ba8
2 changed files with 0 additions and 20 deletions
|
@ -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()
|
|
|
@ -1,9 +0,0 @@
|
||||||
//go:build xpack
|
|
||||||
|
|
||||||
package server
|
|
||||||
|
|
||||||
import "github.com/1Panel-dev/1Panel/backend/xpack"
|
|
||||||
|
|
||||||
func InitOthers() {
|
|
||||||
xpack.InitXpack()
|
|
||||||
}
|
|
Loading…
Reference in a new issue