kin: BATON-SEC-006-backend_dev
This commit is contained in:
parent
097b7af949
commit
4b7e59d78d
3 changed files with 40 additions and 20 deletions
|
|
@ -59,7 +59,6 @@ async def _keep_alive_loop(app_url: str) -> None:
|
|||
@asynccontextmanager
|
||||
async def lifespan(app: FastAPI):
|
||||
# Startup
|
||||
app.state.rate_counters = {}
|
||||
await db.init_db()
|
||||
logger.info("Database initialized")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue