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

4 lines
112 B
TypeScript
Raw Normal View History

2024-06-05 08:52:41 +02:00
import { handleWebhook } from "@link-stack/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 };