Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaS7 committed Jan 7, 2024
1 parent 1a5f802 commit 841c2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ app.put("/api/database/update/:id", async (req, res) => {


// Start the server
const PORT = 5501;
const PORT = process.env.PORT || 5501;
app.listen(PORT, () => {
console.log(`Server is running on port ${PORT}`);
});
Expand Down

0 comments on commit 841c2c1

Please sign in to comment.