mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 02:26:00 +08:00
solve error
This commit is contained in:
@@ -28,7 +28,7 @@ func (o *Auth) client() (auth.AuthClient, error) {
|
||||
}
|
||||
|
||||
func (o *Auth) UserRegister(c *gin.Context) {
|
||||
a2r.Call(auth.AuthClient.UserRegister, o.client, c)
|
||||
//a2r.Call(auth.AuthClient.UserRegister, o.client, c) // todo
|
||||
}
|
||||
|
||||
func (o *Auth) UserToken(c *gin.Context) {
|
||||
|
||||
Reference in New Issue
Block a user