http method fix
This commit is contained in:
parent
fa92c325dd
commit
9dd77fe0bf
6 changed files with 13 additions and 5 deletions
|
|
@ -477,7 +477,7 @@ service LightningPub {
|
|||
|
||||
rpc GetUserOffer(structs.OfferId) returns (structs.OfferConfig){
|
||||
option (auth_type) = "User";
|
||||
option (http_method) = "get";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/user/offer/get";
|
||||
option (nostr) = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue