From 05d72e9366f51d2e0d23c3109cfda747f2476e7c Mon Sep 17 00:00:00 2001 From: marsalva Date: Fri, 13 Feb 2026 09:11:15 +0000 Subject: [PATCH] Actualizar server.js --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 048498f..f88d5f3 100644 --- a/server.js +++ b/server.js @@ -21,7 +21,7 @@ const { // --- DIAGNÓSTICO DE INICIO --- console.log("------------------------------------------------"); -console.log("🔧 INICIANDO SERVIDOR INTEGRA REPARA (FULL)"); +console.log("🚀 VERSIÓN NUEVA CARGADA - CON MAPEADOR"); console.log("------------------------------------------------"); if (!DATABASE_URL) console.error("❌ FALTA: DATABASE_URL"); if (!JWT_SECRET) console.error("❌ FALTA: JWT_SECRET");