1Panel/core/router/entry.go

10 lines
134 B
Go
Raw Normal View History

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