From aab89dff18f597d4cdd10c73b9ad8c3c14d82d28 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 20 七月 2023 20:28:59 +0800 Subject: [PATCH] add --- router/index.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/router/index.go b/router/index.go index 19ce012..cd7916b 100644 --- a/router/index.go +++ b/router/index.go @@ -55,6 +55,7 @@ DataRouter DepartmentRouter SatisfactionRouter + TimelyRateRouter } func InitRouter() *gin.Engine { @@ -129,6 +130,7 @@ routerGroup.InitDataRouter(PrivateGroup) // 娉ㄥ唽data璺敱 routerGroup.InitDepartmentRouter(PrivateGroup) // 娉ㄥ唽department璺敱 routerGroup.InitSatisfactionRouter(PrivateGroup) // 娉ㄥ唽satisfaction璺敱 + routerGroup.InitTimelyRateRouter(PrivateGroup) // 娉ㄥ唽timelyRate璺敱 } return Router } -- Gitblit v1.8.0