1
0
Your Name 4 лет назад
Родитель
Сommit
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);