This commit is contained in:
dni ⚡
2022-10-05 13:01:59 +02:00
parent c32e0cbecb
commit e4c310d197
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")