Skip to content

Commit

Permalink
Merge branch 'test/graphql'
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBeardEth committed Jan 25, 2024
2 parents 8fad3f3 + 6265ef3 commit 273746e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/nextjs/src/app/api/graphql/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const { handleRequest } = createYoga({
credentials: true,
origin: "*",
},
maskedErrors: false,
});

export { handleRequest as GET, handleRequest as POST };
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 273746e

Please sign in to comment.