Your Name 3 years ago
parent
commit
ec58cf492a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      similar_web/index3.html

+ 1 - 1
similar_web/index3.html

@@ -286,7 +286,7 @@
       objstr = JSON.stringify(dataOBJ);
       console.log(objstr);
 //      $.get("http://api.ptt.cx:8080/keyword/"+$('#search_query').val(), function (result) {
-      $.get("http://www.googo.org:8001/keyword/"+$('#search_query').val(), function (result) {
+      $.get("http://google.cmm.ai/keyword/"+$('#search_query').val(), function (result) {
 
         console.log(result);
         $('#globalrank').html(result.msearch);