This commit is contained in:
boufni95 2024-07-26 15:09:49 +02:00
parent 4f76ad3d95
commit 8998f51746
11 changed files with 5161 additions and 5093 deletions

View file

@ -309,6 +309,11 @@ service LightningPub {
option(http_method) = "post";
option (http_route) = "/api/app/user/npub/token";
}
rpc ResetNPubLinkingToken(structs.RequestNPubLinkingTokenRequest) returns (structs.RequestNPubLinkingTokenResponse) {
option (auth_type) = "App";
option(http_method) = "post";
option (http_route) = "/api/app/user/npub/token/reset";
}
// </App>
// <User>