paolosantarsiero aac4af90ae fix: build
2024-12-31 11:37:43 +01:00

6 lines
165 B
TypeScript

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