This is standard for any API
I think whats happened is that axios as collected the API response.
And didn’t parse it to anything useful (either via text() or JSON()) but you need to refer to the documentation for axios.
This is standard for any API
I think whats happened is that axios as collected the API response.
And didn’t parse it to anything useful (either via text() or JSON()) but you need to refer to the documentation for axios.