fix url
This commit is contained in:
parent
c068b698fe
commit
41de0864d5
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ service LightningPub {
|
||||||
rpc GetNPubLinkingState(structs.GetNPubLinking) returns (structs.NPubLinking) {
|
rpc GetNPubLinkingState(structs.GetNPubLinking) returns (structs.NPubLinking) {
|
||||||
option (auth_type) = "App";
|
option (auth_type) = "App";
|
||||||
option (http_method) = "post";
|
option (http_method) = "post";
|
||||||
option (http_route) = "/api/app/user/npub/token";
|
option (http_route) = "/api/app/user/npub/state";
|
||||||
}
|
}
|
||||||
rpc RequestNPubLinkingToken(structs.RequestNPubLinkingTokenRequest) returns (structs.RequestNPubLinkingTokenResponse) {
|
rpc RequestNPubLinkingToken(structs.RequestNPubLinkingTokenRequest) returns (structs.RequestNPubLinkingTokenResponse) {
|
||||||
option (auth_type) = "App";
|
option (auth_type) = "App";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue