Skip to content

Commit

Permalink
added KeysById
Browse files Browse the repository at this point in the history
  • Loading branch information
gohumble committed May 9, 2024
1 parent d90ef0f commit 95f5f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashu.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ service Mint {
};
rpc KeysById(KeysRequest) returns (KeysResponse){
option (google.api.http) = {
get: "/v1/keys"
get: "/v1/keys/{id}"
response_body: "message"
additional_bindings {
body: "*"
Expand Down

0 comments on commit 95f5f3f

Please sign in to comment.