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

@ -176,7 +176,7 @@ func NewGinRouter(discov discoveryregistry.SvcDiscoveryRegistry, rdb redis.Unive
{
s := NewStatistics(discov)
conversationGroup.Use(mw.GinParseToken(rdb))
statisticsGroup.POST("/user_register", s.UserRegister)
statisticsGroup.POST("/user/register", s.UserRegister)
}

Loading…
Cancel
Save