Skip to content

Instantly share code, notes, and snippets.

@codeBelt
Last active July 15, 2021 12:44
Show Gist options
  • Save codeBelt/a08dc00bb541d84ab7464d44ab0f4874 to your computer and use it in GitHub Desktop.
Save codeBelt/a08dc00bb541d84ab7464d44ab0f4874 to your computer and use it in GitHub Desktop.
...
export default apiRoute;
export const config = {
api: {
bodyParser: false, // Disallow body parsing, consume as stream
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment