This commit is contained in:
boufni95 2023-11-23 22:01:18 +01:00
parent 969cd31775
commit dcb68d0069
19 changed files with 2333 additions and 2221 deletions

View file

@ -136,7 +136,7 @@ service LightningPub {
option (auth_type) = "Guest";
option (http_method) = "get";
option (http_route) = "/api/guest/lnurl_pay/handle";
option (query) = {items: ["k1", "amount"]};
option (query) = {items: ["k1", "amount", "nostr", "lnurl"]};
}
//</Guest>