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 080f79f commit f060bc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/graphql.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f060bc2

Please sign in to comment.