From e7e287b6c1395b1d84802e28007710fa6b7d42d6 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Tue, 28 Mar 2023 16:33:22 +0800 Subject: [PATCH] third --- internal/api/route.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/api/route.go b/internal/api/route.go index 553637a46..823778bca 100644 --- a/internal/api/route.go +++ b/internal/api/route.go @@ -110,7 +110,7 @@ func NewGinRouter(zk discoveryregistry.SvcDiscoveryRegistry, rdb redis.Universal authRouterGroupChildToken.POST("/force_logout", a.ForceLogout) //1 } ////Third service - thirdGroup := r.Group("/responseresponse") + thirdGroup := r.Group("/third") { t := NewThird(zk) thirdGroup.Use(mw.GinParseToken(rdb))