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

5 lines
177 B
TypeScript
Raw Permalink 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 { sendMessage as POST } from "@link-stack/bridge-ui";