missing request

This commit is contained in:
Tiago vasconcelos
2021-11-25 17:08:20 +00:00
parent 1b29eb9f75
commit 4fff5c3b7a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +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
return await lnurl_response(username, domain)
return await lnurl_response(username, domain, request)
@core_app.get("/public/v1/payment/{payment_hash}")