request client
This commit is contained in:
parent
4fff5c3b7a
commit
98a55bf0df
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ from ..tasks import api_invoice_listeners
|
||||||
async def lnaddress(username: str, request: Request):
|
async def lnaddress(username: str, request: Request):
|
||||||
from lnbits.extensions.lnaddress.lnurl import lnurl_response
|
from lnbits.extensions.lnaddress.lnurl import lnurl_response
|
||||||
domain = request.client.host
|
domain = request.client.host
|
||||||
|
print("client", domain)
|
||||||
return await lnurl_response(username, domain, request)
|
return await lnurl_response(username, domain, request)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue