develop #1

Merged
gitea merged 44 commits from develop into main 2025-11-26 01:15:20 +00:00
Showing only changes of commit b1c0e05306 - Show all commits

View File

@@ -34,7 +34,7 @@ from app import models, schemas
# Crear tablas
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)
# Información visual al iniciar el backend