Files
StephDietz 34815dc393 t
2023-09-21 15:49:32 -05:00

7 lines
157 B
TypeScript

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