diff --git a/plugins/graphql.js b/plugins/graphql.js index 45093aa5..0ac6f4d9 100644 --- a/plugins/graphql.js +++ b/plugins/graphql.js @@ -6,8 +6,8 @@ export default function ( const graphql = $axios.create({ headers: { common: { - Accept: 'application/json', // Cambiar a application/json si el servidor lo espera - 'Content-Type': 'application/json', // Establecer el tipo de contenido como JSON + Accept: 'application/json', + 'Content-Type': 'application/json', }, }, timeout: 5000,