This commit is contained in:
2025-09-21 13:00:10 +02:00
parent a26f8086f8
commit c2a1056db7
56 changed files with 339 additions and 104 deletions

View File

@@ -16,7 +16,7 @@ from app.api.deps import get_current_user
from app.core.database import get_db
from app.services.auth_service import auth_service
from models.api.auth import (LoginResponse, UserLogin, UserRegister,
UserResponse)
UserResponse)
from models.database.user import User
router = APIRouter()