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