mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak memo structure
This commit is contained in:
@@ -19,7 +19,7 @@ service UserService {
|
||||
|
||||
// SearchUsers searches users by filter.
|
||||
rpc SearchUsers(SearchUsersRequest) returns (SearchUsersResponse) {
|
||||
option (google.api.http) = {get: "/api/v2/users/search"};
|
||||
option (google.api.http) = {get: "/api/v2/users:search"};
|
||||
}
|
||||
|
||||
// GetUser gets a user by name.
|
||||
|
Reference in New Issue
Block a user