Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fawzi-iit committed Dec 8, 2023
1 parent 5d9f402 commit b29bb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 || 3000;
const port = process.env.PORT || 8080;

// Start the server on the specified port
app.listen(port, () => {
Expand Down

0 comments on commit b29bb89

Please sign in to comment.