diff --git a/api.py b/api.py index 7ffc734..c3cbbe3 100644 --- a/api.py +++ b/api.py @@ -65,6 +65,7 @@ app = FastAPI( version="1.0.0", docs_url="/docs", redoc_url="/redoc", + lifespan=lifespan, debug=API_DEBUG, )