✨ 新增几大中心功能
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"git.echol.cn/loser/Go-Web-Template/server/router/app"
|
||||
"git.echol.cn/loser/Go-Web-Template/server/router/common"
|
||||
"git.echol.cn/loser/Go-Web-Template/server/router/system"
|
||||
)
|
||||
@@ -10,4 +11,5 @@ var RouterGroupApp = new(RouterGroup)
|
||||
type RouterGroup struct {
|
||||
System system.RouterGroup
|
||||
Common common.RouterGroup
|
||||
App app.RouterGroup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user