chatbot-template/app/(auth)/api/auth/[...nextauth]/route.ts
2025-09-20 12:47:10 -07:00

2 lines
105 B
TypeScript

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