From 445fd26c770a184fd6079e5577f55d31fac4234b Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 21 七月 2023 10:11:42 +0800
Subject: [PATCH] fix

---
 api/v1/index.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/api/v1/index.go b/api/v1/index.go
index 5866de6..7142d2e 100644
--- a/api/v1/index.go
+++ b/api/v1/index.go
@@ -5,6 +5,7 @@
 )
 
 type Group struct {
+	TimelyRateApi
 	BaseApi
 	JwtApi
 	ImageApi
@@ -50,7 +51,6 @@
 	DepartmentApi
 	VettingApi
 	SatisfactionApi
-	TimelyRateApi
 }
 
 var ApiGroup = new(Group)

--
Gitblit v1.8.0