jeter20131220 4 年 前
コミット
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', {
     type: 'GET',  // http method
+    headers: {'Access-Control-Allow-Origin': '*'},
     success: function (res) {
         console.log(res);
     },