diff --git a/app.js b/app.js index 85a4796..75ec2ac 100644 --- a/app.js +++ b/app.js @@ -54,7 +54,7 @@ app.use(function(err, req, res, next) { }); // Set the port to the environment variable PORT, or 3000 if it's not set -const port = process.env.PORT || 8080; +const port = process.env.PORT || 3000; // Start the server on the specified port app.listen(port, () => {