clean types
This commit is contained in:
parent
bea8db1595
commit
07a39e6343
2 changed files with 5 additions and 28 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue