Skip to content

Commit

Permalink
don't limit the response
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Nov 5, 2024
1 parent 8031fd4 commit cff99b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/api/graphql-rest.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1378,5 +1378,6 @@ export default cors(async (req, res) => {
export const config: PageConfig = {
api: {
bodyParser: false,
responseLimit: false,
},
};

0 comments on commit cff99b9

Please sign in to comment.