mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-01 02:51:29 +02:00
request client
This commit is contained in:
@ -16,6 +16,7 @@ from ..tasks import api_invoice_listeners
|
||||
async def lnaddress(username: str, request: Request):
|
||||
from lnbits.extensions.lnaddress.lnurl import lnurl_response
|
||||
domain = request.client.host
|
||||
print("client", domain)
|
||||
return await lnurl_response(username, domain, request)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user