mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
5 lines
142 B
TypeScript
5 lines
142 B
TypeScript
export const config = {
|
|
api: { bodyParser: false },
|
|
};
|
|
|
|
export { webhookHandler as default } from "@documenso/lib/stripe/handlers/webhook";
|