1Panel/core/router/entry.go

10 lines
134 B
Go
Raw Normal View History

2024-07-25 14:43:41 +08:00
//go:build !xpack
2024-07-19 19:04:11 +08:00
package router
func RouterGroups() []CommonRouter {
return commonGroups()
}
var RouterGroupApp = RouterGroups()