Your Name 4 년 전
부모
커밋
a039390211
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      similar_web/index.html

+ 1 - 1
similar_web/index.html

@@ -150,7 +150,7 @@
 <script>
 <script>
   function check_form(){
   function check_form(){
     var qry=document.getElementById('search_query').value;
     var qry=document.getElementById('search_query').value;
-    axios.get('http://139.162.121.30:8080/domain/'+qry)
+    axios.get('http://www.googo.org:8080/domain/'+qry)
   .then((response) => {
   .then((response) => {
     console.log(response.data);
     console.log(response.data);
     console.log(response.status);
     console.log(response.status);