✅ Versiones actualizadas:
Frontend: v1.2.1 → v1.2.2 Backend: v1.0.97 → v1.0.98 Cambios en v1.2.2 / v1.0.98: ✅ Fix crítico: Error createObjectURL al continuar inspecciones existentes ✅ Soporte para fotos como File (nuevas) y URL string (existentes)
This commit is contained in:
@@ -276,7 +276,7 @@ def extract_pdf_text_smart(pdf_content: bytes, max_chars: int = None) -> dict:
|
||||
}
|
||||
|
||||
|
||||
BACKEND_VERSION = "1.0.97"
|
||||
BACKEND_VERSION = "1.0.98"
|
||||
app = FastAPI(title="Checklist Inteligente API", version=BACKEND_VERSION)
|
||||
|
||||
# S3/MinIO configuration
|
||||
|
||||
Reference in New Issue
Block a user