diff --git a/plugins/graphql.js b/plugins/graphql.js index 0ac6f4d9..16782c7f 100644 --- a/plugins/graphql.js +++ b/plugins/graphql.js @@ -6,8 +6,7 @@ export default function ( const graphql = $axios.create({ headers: { common: { - Accept: 'application/json', - 'Content-Type': 'application/json', + Accept: 'text/plain, */*', }, }, timeout: 5000,