Skip to content

Commit 7948d0b

Browse files
committed
fix: server port issue
1 parent e3175fc commit 7948d0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ connectDB();
77
const PORT = process.env.PORT || 5000;
88

99
app.listen(PORT, () => {
10+
console.log(`Server running on port ${PORT}`);
1011
});

0 commit comments

Comments
 (0)