Skip to content

Commit

Permalink
Merge pull request #10 from sacconazzo:develop
Browse files Browse the repository at this point in the history
test socket
  • Loading branch information
sacconazzo authored Aug 26, 2024
2 parents af883b5 + e2ddf15 commit b28b0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/socket.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const io = require("socket.io-client");

const socket = io("http://10.8.0.5:3000");
const socket = io("http://localhost:3000");

socket.on("connect", () => {
console.log("connected!");
Expand Down

0 comments on commit b28b0aa

Please sign in to comment.