Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammura-too authored May 26, 2024
1 parent cf4f073 commit eeb9700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ io.on('connection', (socket) => {
server.listen(port, '0.0.0.0', () => {
console.log(`Server is running on http://0.0.0.0:${port}`);
});

0 comments on commit eeb9700

Please sign in to comment.