Replies: 1 comment
-
Hi @alaughlin Unfortunately that's not possible as it's handled by Next.js. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have a general [[...params]].ts file to handle webhooks from a few different services, and one of the routes defined inside it is to handle a webhook call from Stripe, which requires me to disable nextjs's api bodyparser.
I know I can add this above my handler class:
However that applies it all the routes defined in the handler. Is there any way to apply this config to just one route?
Beta Was this translation helpful? Give feedback.
All reactions