diff --git a/lnbits/core/views/api.py b/lnbits/core/views/api.py index 2bd19978d..c497c992b 100644 --- a/lnbits/core/views/api.py +++ b/lnbits/core/views/api.py @@ -71,6 +71,11 @@ from ..services import ( from ..tasks import api_invoice_listeners +@core_app.get("/api/v1/health", status_code=HTTPStatus.OK) +async def health(): + return + + @core_app.get("/api/v1/wallet") async def api_wallet(wallet: WalletTypeInfo = Depends(get_key_type)): if wallet.wallet_type == 0: