Files
2024-12-01 02:31:46 +03:00

7 lines
189 B
TypeScript

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