diff --git a/app/main.py b/app/main.py index 3f722bc..b6ef3f2 100644 --- a/app/main.py +++ b/app/main.py @@ -11,6 +11,7 @@ Base.metadata.create_all(bind=engine) app = FastAPI() +# Dependency to get the database session def get_db(): db = SessionLocal() try: