Closed luwei003 closed 4 years ago
axios.get('http://39.67.76.240:5000/datasets',{headers:{'host':"GeoModel.model.hdfgroup.org"}}) .then(function (response) { console.log(response.data); }) .catch(function (error) { console.log(error); });
How to solve this problem?Thanks
axios.get('http://39.67.76.240:5000/datasets',{headers:{'host':"GeoModel.model.hdfgroup.org"}}) .then(function (response) { console.log(response.data); }) .catch(function (error) { console.log(error); });