From 4ce14e231234b435c67a07f4aaa2234f16352169 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 28 Feb 2025 13:50:50 +0200 Subject: [PATCH] fix: rate lmitter init (#3011) --- lnbits/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lnbits/app.py b/lnbits/app.py index 3e0cdd5c..a1953970 100644 --- a/lnbits/app.py +++ b/lnbits/app.py @@ -81,6 +81,7 @@ async def startup(app: FastAPI): # setup admin settings await check_admin_settings() + core_app_extra.register_new_ratelimiter() await check_webpush_settings() # check extensions after restart