mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-24 02:59:16 +08:00
feat: 暂时删除 xpack 相关代码 (#3519)
This commit is contained in:
parent
040a0663c6
commit
9713b32ba8
@ -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 New Issue
Block a user