Skip to content

Commit

Permalink
fix(frontend): remove nextjs warning on graphql endpoint (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Aug 26, 2020
1 parent 1cdf65e commit 7d38bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/frontend/src/pages/api/graphql.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const config = {
api: {
bodyParser: false,
},
externalResolver: true,
};

const proxy = createProxyMiddleware({
Expand Down

0 comments on commit 7d38bbd

Please sign in to comment.