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

5 lines
175 B
TypeScript
Raw 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';
2025-11-09 11:12:04 +01:00
export { relinkBot as POST } from "@link-stack/bridge-ui";