adjust lnurl endpoints and calls
This commit is contained in:
parent
57c36e50aa
commit
e3fafa5c20
2 changed files with 2 additions and 0 deletions
1
lnurl.py
1
lnurl.py
|
|
@ -12,6 +12,7 @@ from .crud import increment_pay_link, get_pay_link, get_address_data
|
|||
from loguru import logger
|
||||
from urllib.parse import urlparse
|
||||
|
||||
|
||||
# for .well-known/lnurlp
|
||||
async def lnurl_response(username: str, domain: str, request: Request):
|
||||
address_data = await get_address_data(username)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue