Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nilupulmadhawa committed May 10, 2024
1 parent b879a49 commit 9922faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app.use(errors())

connectDB();

const port = process.env.PORT || 3001;
const port = process.env.PORT || 8001;

app.listen(port, () => {
console.log(`Server successfully started on port ${port}`)
Expand Down

0 comments on commit 9922faa

Please sign in to comment.