chatbot-template/app/(auth)/api/auth/[...nextauth]/route.ts

3 lines
105 B
TypeScript
Raw Normal View History

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