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()}`); });