mirror of
https://github.com/documenso/documenso.git
synced 2025-11-21 20:21:38 +10:00
feat: migrate nextjs to rr7
This commit is contained in:
7
apps/remix/app/routes/api+/stripe.webhook.ts
Normal file
7
apps/remix/app/routes/api+/stripe.webhook.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { stripeWebhookHandler } from '@documenso/ee/server-only/stripe/webhook/handler';
|
||||
|
||||
import type { Route } from './+types/webhook.trigger';
|
||||
|
||||
export async function action({ request }: Route.ActionArgs) {
|
||||
return await stripeWebhookHandler(request);
|
||||
}
|
||||
Reference in New Issue
Block a user