Spaces:
Build error
Build error
File size: 171 Bytes
0702eb8 |
1 2 3 4 5 |
import NextAuth from 'next-auth'
import { config as nextAuthOptions } from '@/auth'
const handler = NextAuth(nextAuthOptions);
export { handler as GET, handler as POST }; |