1
0
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>
   function check_form(){
     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) => {
     console.log(response.data);
     console.log(response.status);