mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-21 04:09:17 +08:00
third
This commit is contained in:
parent
e7e287b6c1
commit
102072ef24
@ -122,8 +122,8 @@ func NewGinRouter(zk discoveryregistry.SvcDiscoveryRegistry, rdb redis.Universal
|
|||||||
thirdGroup.POST("/apply_put", t.ApplyPut)
|
thirdGroup.POST("/apply_put", t.ApplyPut)
|
||||||
thirdGroup.POST("/get_put", t.GetPut)
|
thirdGroup.POST("/get_put", t.GetPut)
|
||||||
thirdGroup.POST("/confirm_put", t.ConfirmPut)
|
thirdGroup.POST("/confirm_put", t.ConfirmPut)
|
||||||
|
thirdGroup.POST("/get_url", t.GetURL)
|
||||||
thirdGroup.GET("/get_url", t.GetURL)
|
thirdGroup.GET("/get_url", t.GetURL)
|
||||||
thirdGroup.GET("/object", t.GetURL)
|
|
||||||
}
|
}
|
||||||
////Message
|
////Message
|
||||||
msgGroup := r.Group("/msg")
|
msgGroup := r.Group("/msg")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user