Skip to content

Commit a17dd36

Browse files
committed
update
1 parent 9c32428 commit a17dd36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ io.on('connection', (socket) => {
7474
});
7575

7676
// Start server
77-
// const PORT = process.env.PORT;
78-
const PORT = 5001;
77+
const PORT = process.env.PORT;
78+
// const PORT = 5001;
7979
server.listen(PORT, () => {
8080
console.log(`Server running on port ${PORT}`);
8181
});

0 commit comments

Comments
 (0)