Skip to content

Commit

Permalink
fix: bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya062003 committed Mar 6, 2024
1 parent a0f1e7d commit 47abe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if (NODE_ENV != "test") {
// pingTimeout: 60000,
// });

const io = new Server(server, {
const io = new Server(9000, {
cors: {
origin: "*",
},
Expand Down

0 comments on commit 47abe2c

Please sign in to comment.