✨ 新增几大中心功能
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package v1
|
||||
|
||||
import (
|
||||
"git.echol.cn/loser/Go-Web-Template/server/api/v1/admin"
|
||||
"git.echol.cn/loser/Go-Web-Template/server/api/v1/app"
|
||||
"git.echol.cn/loser/Go-Web-Template/server/api/v1/common"
|
||||
"git.echol.cn/loser/Go-Web-Template/server/api/v1/system"
|
||||
)
|
||||
@@ -10,4 +12,6 @@ var ApiGroupApp = new(ApiGroup)
|
||||
type ApiGroup struct {
|
||||
SystemApiGroup system.ApiGroup
|
||||
CommonApiGroup common.ApiGroup
|
||||
AdminApiGroup admin.ApiGroup
|
||||
AppApiGroup app.ApiGroup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user