Red axios config not working
lanceliamll opened this issue · 3 comments
lanceliamll commented
im currently using axios(CONFIGS_HERE) and suddenly content-type and headers doesnt work.
tried to have a
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
},
but it doesnt reflect on my API request. its still "application/json"
Please help.
developit commented
Fixed in version 0.3.0.
lanceliamll commented
Thank you sir!