mirror of https://github.com/1Panel-dev/1Panel
zhengkunwang
11 months ago
committed by
GitHub
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() |
Loading…
Reference in new issue