We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e03a5f commit c4b0649Copy full SHA for c4b0649
index.html
@@ -687,7 +687,7 @@ <h3>Gra zatrzymana</h3>
687
animate()
688
689
function init(){
690
- socket=io.connect("http://34.89.165.203:25565/");
+ socket=io.connect("https://d93db05c1da1.ngrok.io/");
691
socket.on("connect",()=>{
692
console.log("Połączono z serverem socketio")
693
socket.emit("siemka","siemka")
0 commit comments