Skip to content

Commit c4b0649

Browse files
committed
ngrokOnline
1 parent 7e03a5f commit c4b0649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ <h3>Gra zatrzymana</h3>
687687
animate()
688688

689689
function init(){
690-
socket=io.connect("http://34.89.165.203:25565/");
690+
socket=io.connect("https://d93db05c1da1.ngrok.io/");
691691
socket.on("connect",()=>{
692692
console.log("Połączono z serverem socketio")
693693
socket.emit("siemka","siemka")

0 commit comments

Comments
 (0)