Skip to content

Commit

Permalink
Update ws.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sargonpiraev authored Mar 19, 2024
1 parent 31c6bfa commit 1f9ef79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ws.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import io from "socket.io-client";
const socket = io(":8282/");
const socket = io("/");

export { socket };

0 comments on commit 1f9ef79

Please sign in to comment.