fix reesh api
This commit is contained in:
@@ -107,4 +107,10 @@ service Admin {
|
||||
body: "*"
|
||||
};
|
||||
};
|
||||
rpc LoginInfo(AdminEmptyRequest) returns(Response){
|
||||
option (google.api.http) = {
|
||||
post: "/admin/v3/info"
|
||||
body: "*"
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user