pull/454/head
withchao 2 years ago
parent 5c045fe527
commit 90c74671d9

@ -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

Loading…
Cancel
Save