Ivan Asmer 6 년 전
부모
커밋
411bfd2d3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html

+ 1 - 1
index.html

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