Corregir Duplicados en respuestas 1.0.25 Backend
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user