Skip to content

Commit

Permalink
FIX new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Oct 29, 2024
1 parent 6a8a587 commit af2da11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/graphql.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af2da11

Please sign in to comment.