Ivan Asmer před 6 roky
rodič
revize
411bfd2d3c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -10,7 +10,7 @@
         <div id='formContainer'>
         </div>
         <script>
-            const socket = io('http://192.168.3.99:4000')
+            const socket = io()
 
             function Inputs(el, onSend){
                 const nickInput = document.createElement('input')