Skip to content

Commit

Permalink
add debug remove next auth api route
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBeardEth committed Jan 25, 2024
1 parent 0658862 commit 240ef5b
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 @@ -13,6 +13,7 @@ const { handleRequest } = createYoga({
origin: "*",
},
maskedErrors: false,
logging: "debug",
});

export { handleRequest as GET, handleRequest as POST };

0 comments on commit 240ef5b

Please sign in to comment.