adjust lnurl endpoints and calls

This commit is contained in:
bitkarrot 2023-03-02 22:30:08 -08:00
commit e3fafa5c20
2 changed files with 2 additions and 0 deletions

View file

@ -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)