Ivan Asmer 6 years ago
parent
commit
411bfd2d3c
1 changed files with 1 additions and 1 deletions
  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')