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

5 lines
171 B
TypeScript
Raw Permalink Normal View History

2025-11-10 14:55:22 +01:00
// 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 { getBot as GET } from "@link-stack/bridge-ui";