From 206ca7cfc61d544d0474424eb9fc686a1017dccc Mon Sep 17 00:00:00 2001 From: DanielRamirezGe Date: Tue, 28 Jan 2020 18:03:55 -0600 Subject: [PATCH] puerto modificdo al 3062 --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 3915cfa..03bf59c 100644 --- a/app.js +++ b/app.js @@ -9,6 +9,6 @@ app.get('/', function(req, res) { app.use(express.json()) // for parsing application/json app.use(express.urlencoded({ extended: true })) app.use(require('./routes/index.js')) -app.listen(3000, function() { - console.log('Example app listening on port 3000!'); +app.listen(3062, function() { + console.log('Example app listening on port 3062!'); }); \ No newline at end of file