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