link-stack/apps/link/app/api/[service]/bots/[token]/receive/route.ts
2025-11-10 14:55:22 +01:00

4 lines
180 B
TypeScript

// Force this route to be dynamic (not statically generated at build time)
export const dynamic = 'force-dynamic';
export { receiveMessage as POST } from "@link-stack/bridge-ui";