From aa94aeeccc635aa9ea25431e6d851ff9a7df74e9 Mon Sep 17 00:00:00 2001 From: JohaoCrespo <96585339+demian996@users.noreply.github.com> Date: Mon, 19 May 2025 17:40:00 -0500 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))