link-stack/apps/bridge-frontend/app/api/[service]/webhooks/route.ts

4 lines
100 B
TypeScript
Raw Normal View History

2024-04-30 11:39:16 +02:00
import { handleWebhook } from "bridge-ui";
2024-04-21 08:11:24 +02:00
2024-04-30 11:39:16 +02:00
export { handleWebhook as GET, handleWebhook as POST };