khronoz's picture
Initial Commit
0702eb8
raw
history blame
171 Bytes
import NextAuth from 'next-auth'
import { config as nextAuthOptions } from '@/auth'
const handler = NextAuth(nextAuthOptions);
export { handler as GET, handler as POST };