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");