Merge last crud misses

This commit is contained in:
Sebastiaan
2025-05-24 11:28:50 +02:00
parent e084e293f8
commit 46610c6cbd
4 changed files with 6 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ from sqlmodel import Session
from app.core import security
from app.core.config import settings
from app.core.db import engine
from app.models import TokenPayload, User
from app.models.user import TokenPayload, User
reusable_oauth2 = OAuth2PasswordBearer(
tokenUrl=f"{settings.API_V1_STR}/login/access-token"