Corregir Duplicados en respuestas 1.0.25 Backend

This commit is contained in:
2025-11-24 21:44:34 -03:00
parent cfef4f6f89
commit b1c0e05306

View File

@@ -34,7 +34,7 @@ from app import models, schemas
# Crear tablas # Crear tablas
Base.metadata.create_all(bind=engine) Base.metadata.create_all(bind=engine)
BACKEND_VERSION = "1.0.17" BACKEND_VERSION = "1.0.25"
app = FastAPI(title="Checklist Inteligente API", version=BACKEND_VERSION) app = FastAPI(title="Checklist Inteligente API", version=BACKEND_VERSION)
# Información visual al iniciar el backend # Información visual al iniciar el backend