|
@@ -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);
|