Merge pull request #771 from shocknet/fix-url

fix url
This commit is contained in:
Justin (shocknet) 2024-10-17 12:21:54 -04:00 committed by GitHub
commit 987970ab95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

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";