From 4166dcd1220834f8c7c106501fd65aa6921a5845 Mon Sep 17 00:00:00 2001 From: pablinux Date: Sat, 3 Jan 2026 01:07:26 -0500 Subject: [PATCH] MODIFICACION EN EL LOG DE INICIO --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index cd8a557..a6440cb 100644 --- a/src/app.js +++ b/src/app.js @@ -45,5 +45,5 @@ app.use(express.static(path.join(__dirname, 'public'))); //inicia servidor app.listen(app.get('port'), () => { - console.log('Servidor activo App SIGMA Puerto: ' + puerto); + console.log(`Servidor activo APP FIDELIZACION Puerto: ${puerto} -> ${new Date().toLocaleString()}`); });