link-stack/apps/link/app/api/[service]/bots/[token]/receive/route.ts

5 lines
180 B
TypeScript
Raw Normal View History

// Force this route to be dynamic (not statically generated at build time)
export const dynamic = 'force-dynamic';
2024-06-28 07:49:39 +02:00
export { receiveMessage as POST } from "@link-stack/bridge-ui";