Skip to content

Commit

Permalink
Make work
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 committed Jun 7, 2024
1 parent a3105fb commit eb29921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/express-backend/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,6 @@ app.delete("/order-units/:id", userService.authenticateUser, (req, res) => {
});
});

app.listen(port, () => {
app.listen(process.env.PORT || port, () => {
console.log(`Example app listening at safehaven307.azurewebsites.net:${port}`);
});

0 comments on commit eb29921

Please sign in to comment.