Añadido endpoint historial

This commit is contained in:
Mireya Cueto Garrido
2026-04-06 14:26:34 +02:00
parent 58416fcc91
commit c7849bface
2 changed files with 83 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
# api/models/user_models.py
from typing import List, Optional, Union
from pydantic import BaseModel, EmailStr, Field
from datetime import datetime