http upgrade + fix unlock

This commit is contained in:
boufni95 2025-05-12 16:49:35 +00:00
parent 089fafb072
commit 9e6df5c2e6
14 changed files with 128 additions and 28 deletions

View file

@ -618,7 +618,7 @@ service LightningPub {
option (http_route) = "/api/user/migrations/sub";
option (nostr) = true;
}
rpc GetHttpCreds(structs.Empty) returns (stream structs.HttpCreds){
rpc GetHttpCreds(structs.Empty) returns (structs.HttpCreds){
option (auth_type) = "User";
option (http_method) = "post";
option (http_route) = "/api/user/http_creds";