http method fix

This commit is contained in:
boufni95 2024-12-06 16:53:34 +00:00
parent fa92c325dd
commit 9dd77fe0bf
6 changed files with 13 additions and 5 deletions

View file

@ -580,7 +580,7 @@ The nostr server will send back a message response, and inside the body there wi
- GetUserOffer
- auth type: __User__
- http method: __get__
- http method: __post__
- http route: __/api/user/offer/get__
- input: [OfferId](#OfferId)
- output: [OfferConfig](#OfferConfig)