From 90c74671d990f69483bd2a6bca3350cdbb144117 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Tue, 20 Jun 2023 17:10:13 +0800 Subject: [PATCH] statistics --- internal/api/route.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/api/route.go b/internal/api/route.go index ffd36a024..84751ab9e 100644 --- a/internal/api/route.go +++ b/internal/api/route.go @@ -177,7 +177,6 @@ func NewGinRouter(discov discoveryregistry.SvcDiscoveryRegistry, rdb redis.Unive s := NewStatistics(discov) conversationGroup.Use(mw.GinParseToken(rdb)) statisticsGroup.POST("/user/register", s.UserRegister) - } return r