diff --git a/lnbits/core/views/api.py b/lnbits/core/views/api.py index f78219bf..995cf9e7 100644 --- a/lnbits/core/views/api.py +++ b/lnbits/core/views/api.py @@ -686,7 +686,7 @@ async def img(request: Request, data): ) -@core_app.get("/api/v1/audit/") +@core_app.get("/api/v1/audit") async def api_auditor(wallet: WalletTypeInfo = Depends(get_key_type)): if wallet.wallet.user not in LNBITS_ADMIN_USERS: raise HTTPException(