Files
2026-06-06 19:55:41 +00:00

7 lines
168 B
TypeScript

import NextAuth from "next-auth";
import { authOptions } from "@/lib/auth-config";
const handler = NextAuth(authOptions);
export { handler as GET, handler as POST };