clean types

This commit is contained in:
callebtc 2023-03-14 15:10:57 +01:00
commit 07a39e6343
2 changed files with 5 additions and 28 deletions

View file

@ -23,7 +23,7 @@ from .crud import (
from .models import CreatePayLinkData
from .lnurl import api_lnurl_response
# redirected from /.well-known/lnurlp
@lnurlp_ext.get("/api/v1/well-known/{username}")
async def lnaddress(username: str, request: Request):
address_data = await get_address_data(username)