mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix router
This commit is contained in:
@@ -29,11 +29,7 @@ service UserService {
|
||||
}
|
||||
// GetUserAvatarBinary gets the avatar of a user.
|
||||
rpc GetUserAvatarBinary(GetUserAvatarBinaryRequest) returns (google.api.HttpBody) {
|
||||
option (google.api.http) = {
|
||||
get: "/{name=users/*}/avatar"
|
||||
|
||||
additional_bindings: {get: "/o/{name=users/*}/avatar"}
|
||||
};
|
||||
option (google.api.http) = {get: "/o/{name=users/*}/avatar"};
|
||||
option (google.api.method_signature) = "name";
|
||||
}
|
||||
// CreateUser creates a new user.
|
||||
|
Reference in New Issue
Block a user