Skip to content

Commit

Permalink
Merge pull request #25 from glen15/fix/socket
Browse files Browse the repository at this point in the history
Fix : fix/socket
  • Loading branch information
glen15 authored Nov 8, 2021
2 parents 629acab + 3378b6c commit 81c60d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ io.on("connection", (socket) => {
});
});

const hostname = "http://3.36.30.63";
server.listen(process.env.SOCKET_PORT, hostname, () => {
server.listen(process.env.SOCKET_PORT, () => {
console.log(`${process.env.SOCKET_PORT} 서버 실행`);
});

0 comments on commit 81c60d3

Please sign in to comment.