mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
export const config = {
|
|
api: { bodyParser: false },
|
|
};
|
|
|
|
export { webhookHandler as default } from "@documenso/lib/stripe/handlers/webhook";
|