reset
This commit is contained in:
parent
4f76ad3d95
commit
8998f51746
11 changed files with 5161 additions and 5093 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue