diff --git a/backend/main.py b/backend/main.py index 37351c3..d46a310 100644 --- a/backend/main.py +++ b/backend/main.py @@ -993,7 +993,7 @@ async def export_html_report( from fastapi.security import HTTPBearer, HTTPAuthorizationCredentials from jose import JWTError, jwt from database import SECRET_KEY, ALGORITHM - from app.database import get_db + from database import get_db credentials_exception = HTTPException( status_code=401,