From f060bc284d06d5d3789fbe8469e367e849ad1c68 Mon Sep 17 00:00:00 2001 From: "Jessica F. Martinez" Date: Tue, 29 Oct 2024 10:23:53 +0100 Subject: [PATCH] FIX new domain --- plugins/graphql.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,