From 4347925cc357d42bef5e5fd231fba616a4f0f1ae Mon Sep 17 00:00:00 2001 From: Kevin_Ramirez Date: Fri, 10 Jul 2026 10:25:53 -0500 Subject: [PATCH] fix: actualizar URL del API a anexo46 /api/v1 El endpoint viejo (104.192.7.152:3529) dejo de responder. La API se movio a https://anexo46.aduanasoft.com/api/v1/. Todas las rutas que usa el cliente (login, registro501..registro558) existen bajo ese prefijo. Co-Authored-By: Claude Opus 4.8 (1M context) --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index a75f835..e41b2eb 100644 --- a/config.py +++ b/config.py @@ -60,7 +60,7 @@ class ConfiguracionApp: log.error("FALTA PARÁMETRO: No se recibió DBServer. El proceso no puede continuar.") # 4. Lógica de URL Dinámica (Solo SCAII o SCAF) - self.datos["url_api"] = "https://104.192.7.152:3529/" + self.datos["url_api"] = "https://anexo46.aduanasoft.com/api/v1/" # 5. Valores por defecto finales if not self.datos["puerto"] or self.datos["puerto"] == 0: