chore: fix router

This commit is contained in:
Steven
2024-05-01 12:44:18 +08:00
parent 590b626052
commit 144269fbbc
12 changed files with 292 additions and 292 deletions

View File

@@ -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.