feat: add lud17 urls to qr / copy (#89)
* feat: add lud17 urls to qr / copy
This commit is contained in:
parent
0e0af4d656
commit
1455afa219
5 changed files with 88 additions and 14 deletions
|
|
@ -132,13 +132,11 @@ async def api_lnurl_callback(
|
|||
|
||||
@lnurlp_lnurl_router.get(
|
||||
"/api/v1/lnurl/{link_id}", # Backwards compatibility for old LNURLs / QR codes
|
||||
status_code=HTTPStatus.OK,
|
||||
name="lnurlp.api_lnurl_response.deprecated",
|
||||
deprecated=True,
|
||||
)
|
||||
@lnurlp_lnurl_router.get(
|
||||
"/{link_id}",
|
||||
status_code=HTTPStatus.OK,
|
||||
name="lnurlp.api_lnurl_response",
|
||||
)
|
||||
async def api_lnurl_response(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue