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 8, 2024
1 parent 81437d7 commit f13ab78
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 @@ -122,7 +122,7 @@ app.put("/api/database/update/:id", async (req, res) => {


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

0 comments on commit f13ab78

Please sign in to comment.