0👍
Have you tried to specify Content-Type header?
const config:AxiosRequestConfig = {
method: 'get',
url: 'https://localhost:44333/api/Timezone/',
headers: {
"Content-type": "application/json"
}
};
- [Vuejs]-VueJS – How to display Charts with button clicks and initially how to display the chart1 during page load in vue-chartjs
- [Vuejs]-Axios.post("/checkitem/add.do",this.formData).then((res)….gets 404
Source:stackexchange.com