titles/app/api/auth/[...nextauth]/route.ts

4 lines
117 B
TypeScript
Raw Permalink Normal View History

import { handlers } from "@/auth" // Referring to the auth.ts we just created
export const { GET, POST } = handlers
2024-05-16 21:23:10 +00:00