There was an error while loading. Please reload this page.
1 parent 3b872b0 commit 17ce2f2Copy full SHA for 17ce2f2
1 file changed
app/main.py
@@ -10,7 +10,7 @@
10
11
@asynccontextmanager
12
async def lifespan(app: FastAPI):
13
- await connect_db()
+ await connect_db()
14
yield
15
await close_db()
16
0 commit comments