mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 19:51:32 +10:00
fix: wip
This commit is contained in:
@ -6,6 +6,6 @@ import { stripeWebhookHandler } from '@documenso/ee/server-only/stripe/webhook/h
|
||||
// };
|
||||
import type { Route } from './+types/webhook.trigger';
|
||||
|
||||
export async function loader({ request }: Route.LoaderArgs) {
|
||||
export async function action({ request }: Route.ActionArgs) {
|
||||
return stripeWebhookHandler(request);
|
||||
}
|
||||
|
||||
@ -12,6 +12,6 @@ import type { Route } from './+types/webhook.trigger';
|
||||
// },
|
||||
// };
|
||||
|
||||
export async function loader({ request }: Route.LoaderArgs) {
|
||||
export async function action({ request }: Route.ActionArgs) {
|
||||
return handlerTriggerWebhooks(request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user