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 47abe2c commit 9962387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ const io = new Server(9000, {
origin: "*",
},
pingTimeout: 60000,
addTrailingSlash: false,
// path: "/api/socket",
});

io.on("connection", (socket) => {
Expand Down

0 comments on commit 9962387

Please sign in to comment.