From 41de0864d562b7e5b4d137fc90438a82447bac7a Mon Sep 17 00:00:00 2001 From: boufni95 Date: Thu, 17 Oct 2024 16:13:05 +0000 Subject: [PATCH] fix url --- proto/service/methods.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/service/methods.proto b/proto/service/methods.proto index ed6b0649..87f502c5 100644 --- a/proto/service/methods.proto +++ b/proto/service/methods.proto @@ -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";