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

4 lines
112 B
TypeScript
Raw Permalink Normal View History

2024-06-28 07:49:39 +02:00
import { handleWebhook } from "@link-stack/bridge-ui";
export { handleWebhook as GET, handleWebhook as POST };