paolosantarsiero 1b2211ddea fix: build
2024-12-31 11:20:00 +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 };