2024-12-24 18:34:50 +03:00

7 lines
164 B
TypeScript

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