This commit is contained in:
dni ⚡
2022-10-25 09:20:16 +02:00
parent 42f6acd9f4
commit a6bdd8c575
6 changed files with 43 additions and 21 deletions
+1
View File
@@ -39,6 +39,7 @@ from ..services import pay_invoice, redeem_lnurl_withdraw
core_html_routes: APIRouter = APIRouter(tags=["Core NON-API Website Routes"])
@core_html_routes.get("/favicon.ico", response_class=FileResponse)
async def favicon():
return FileResponse("lnbits/core/static/favicon.ico")