fix: rate lmitter init (#3011)
This commit is contained in:
parent
7021add193
commit
4ce14e2312
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue