Skip to content

Commit

Permalink
changed port again for nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
irahudgin committed Mar 31, 2024
1 parent 7a4385e commit e9bda70
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 @@ -20,4 +20,4 @@ app.get("/", (req, res) => {
res.sendFile(staticPath);
});

app.listen(process.env.PORT || 80);
app.listen(process.env.PORT || 8000);

0 comments on commit e9bda70

Please sign in to comment.