jeter20131220 il y a 4 ans
Parent
commit
5ecbf7c318
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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);
     },