pushing bulk of changes

This commit is contained in:
msramalho
2025-01-22 13:21:16 +00:00
parent 2209b09a9a
commit 9f9bbc9344
21 changed files with 2048 additions and 2250 deletions

View File

@@ -33,4 +33,4 @@ def get_db():
def get_db_dependency():
# to use with Depends and ensure proper session closing
with get_db() as db:
yield db
yield db