From 445fd26c770a184fd6079e5577f55d31fac4234b Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 10:11:42 +0800 Subject: [PATCH] fix --- router/index.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/router/index.go b/router/index.go index cd7916b..c23206c 100644 --- a/router/index.go +++ b/router/index.go @@ -11,6 +11,7 @@ ) type Group struct { + TimelyRateRouter BaseRouter UserRouter JwtRouter @@ -55,7 +56,6 @@ DataRouter DepartmentRouter SatisfactionRouter - TimelyRateRouter } func InitRouter() *gin.Engine { @@ -130,7 +130,7 @@ routerGroup.InitDataRouter(PrivateGroup) // 娉ㄥ唽data璺敱 routerGroup.InitDepartmentRouter(PrivateGroup) // 娉ㄥ唽department璺敱 routerGroup.InitSatisfactionRouter(PrivateGroup) // 娉ㄥ唽satisfaction璺敱 - routerGroup.InitTimelyRateRouter(PrivateGroup) // 娉ㄥ唽timelyRate璺敱 + routerGroup.InitTimelyRateRouter(PrivateGroup) } return Router } -- Gitblit v1.8.0