From 8206990c02d131cbf16558c6f3b7e40de16af2b2 Mon Sep 17 00:00:00 2001 From: gohumble Date: Thu, 9 May 2024 08:43:12 +0200 Subject: [PATCH] remove gogo.. using message response body --- cashu.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cashu.proto b/cashu.proto index e701547..1a4bdbb 100644 --- a/cashu.proto +++ b/cashu.proto @@ -20,6 +20,9 @@ service Mint { option (google.api.http) = { get: "/v1/keys" response_body: "message" + additional_bindings { + response_body: "message" + } }; }; // Starting https://github.com/cashubtc/nuts/blob/main/02.md