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

5 lines
175 B
TypeScript
Raw Normal View History

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