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

4 lines
171 B
TypeScript

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