chatbot-template/app/(auth)/api/auth/[...nextauth]/route.ts
2025-09-21 19:02:31 +01:00

2 lines
105 B
TypeScript

// biome-ignore lint/performance/noBarrelFile: "Required"
export { GET, POST } from "@/app/(auth)/auth";