jeter20131220 4 жил өмнө
parent
commit
5ecbf7c318
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      goto.js

+ 1 - 0
goto.js

@@ -16,6 +16,7 @@
 
 
 $.ajax('http://172.105.205.52:8000/tags', {
 $.ajax('http://172.105.205.52:8000/tags', {
     type: 'GET',  // http method
     type: 'GET',  // http method
+    headers: {'Access-Control-Allow-Origin': '*'},
     success: function (res) {
     success: function (res) {
         console.log(res);
         console.log(res);
     },
     },