Skip to content

Commit

Permalink
made changes in port
Browse files Browse the repository at this point in the history
  • Loading branch information
YASH-PATEL1221 committed May 24, 2024
1 parent c02b2c6 commit 012c4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ app.get('/home', (req, res) => {
});


const PORT = process.env.PORT || 8080;
const PORT = 8080;
app.listen(PORT, () => {
console.log(`Server is running on port ${PORT}`);
});

0 comments on commit 012c4ab

Please sign in to comment.