apisauce
apisauce copied to clipboard
application/vnd.api+json not working at GET request
trafficstars
const apisauceApi = create({ baseURL: 'http://localhost:3000', headers:{ Accept: "application/vnd.api+json", } })
apisauceApi.get("users").then((response) => { console.log(response) }).catch(error){ console.log(error) }
Error:Request failed with status code 415
is this issue resoved?