Skip to content

Commit

Permalink
changed the server port number
Browse files Browse the repository at this point in the history
  • Loading branch information
byohannes committed Dec 8, 2020
1 parent 3be35a6 commit 80cd586
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 @@ -49,7 +49,7 @@ if (process.env.NODE_ENV === "production") {
res.sendFile(path.resolve(__dirname, "frontend", "build", "index.html"))
);
}
const port = process.env.PORT || 8000;
const port = process.env.PORT || 5000;

app.listen(port, () => {
console.log(`Server is running on port ${port}`);
Expand Down

0 comments on commit 80cd586

Please sign in to comment.