This commit is contained in:
boufni95 2024-10-17 16:13:05 +00:00
parent c068b698fe
commit 41de0864d5

View file

@ -321,7 +321,7 @@ service LightningPub {
rpc GetNPubLinkingState(structs.GetNPubLinking) returns (structs.NPubLinking) {
option (auth_type) = "App";
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) {
option (auth_type) = "App";