From 95f5f3f28233f0bfdbb5aad0e4e22974e6545459 Mon Sep 17 00:00:00 2001 From: gohumble Date: Thu, 9 May 2024 10:14:25 +0200 Subject: [PATCH] added KeysById --- cashu.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashu.proto b/cashu.proto index 522257f..c873e85 100644 --- a/cashu.proto +++ b/cashu.proto @@ -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: "*"