diff --git a/app.js b/app.js index 30518ff..f337a11 100644 --- a/app.js +++ b/app.js @@ -11,7 +11,7 @@ app.get('/health', (req, res) => { app.get('/version', (req, res) => { res.send(version) - console.log('hi juan') + console.log('hi Distribuida') }) app.use(express.static('dist'))