Skip to content

Commit

Permalink
TS bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
fawzi-iit committed Dec 8, 2023
1 parent 18826c7 commit 52ab773
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 || 8080;
const port = process.env.PORT || 3000;

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

0 comments on commit 52ab773

Please sign in to comment.