Simplify error handling in routes

This commit is contained in:
2020-07-24 19:27:15 +02:00
parent 6787237c7e
commit cfb1321e1e
3 changed files with 7 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ from datetime import datetime
from database import SessionLocal
from database.models import *
db = SessionLocal()