MODIFICACION EN EL LOG DE INICIO
This commit is contained in:
@@ -45,5 +45,5 @@ app.use(express.static(path.join(__dirname, 'public')));
|
|||||||
|
|
||||||
//inicia servidor
|
//inicia servidor
|
||||||
app.listen(app.get('port'), () => {
|
app.listen(app.get('port'), () => {
|
||||||
console.log('Servidor activo App SIGMA Puerto: ' + puerto);
|
console.log(`Servidor activo APP FIDELIZACION Puerto: ${puerto} -> ${new Date().toLocaleString()}`);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user