fix: optimize webhook routing

This commit is contained in:
David Nguyen
2025-11-24 13:53:57 +11:00
parent ae31860b16
commit 7a55abadaf
3 changed files with 15 additions and 23 deletions

View File

@ -1,3 +1,4 @@
// Todo: [Webhooks] delete file after deployment.
import { handlerTriggerWebhooks } from '@documenso/lib/server-only/webhooks/trigger/handler';
import type { Route } from './+types/webhook.trigger';