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