1Panel/agent/router/entry.go

10 lines
134 B
Go
Raw Normal View History

2024-07-23 14:48:37 +08:00
//go:build !xpack
package router
func RouterGroups() []CommonRouter {
return commonGroups()
}
var RouterGroupApp = RouterGroups()