mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-27 20:30:40 +08:00
third
This commit is contained in:
parent
3613787a6b
commit
e7e287b6c1
@ -110,7 +110,7 @@ func NewGinRouter(zk discoveryregistry.SvcDiscoveryRegistry, rdb redis.Universal
|
|||||||
authRouterGroupChildToken.POST("/force_logout", a.ForceLogout) //1
|
authRouterGroupChildToken.POST("/force_logout", a.ForceLogout) //1
|
||||||
}
|
}
|
||||||
////Third service
|
////Third service
|
||||||
thirdGroup := r.Group("/responseresponse")
|
thirdGroup := r.Group("/third")
|
||||||
{
|
{
|
||||||
t := NewThird(zk)
|
t := NewThird(zk)
|
||||||
thirdGroup.Use(mw.GinParseToken(rdb))
|
thirdGroup.Use(mw.GinParseToken(rdb))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user