Ivan Asmer 6 年之前
父節點
當前提交
411bfd2d3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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')