link-stack/apps/bridge-frontend/app/api/[service]/webhooks/route.ts
2024-06-05 08:52:41 +02:00

3 lines
112 B
TypeScript

import { handleWebhook } from "@link-stack/bridge-ui";
export { handleWebhook as GET, handleWebhook as POST };