mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 12:19:06 +00:00
7 lines
175 B
TypeScript
7 lines
175 B
TypeScript
import NextAuth from "next-auth";
|
|
import { authOptions } from "../../../lib/authBackend";
|
|
|
|
const handler = NextAuth(authOptions);
|
|
|
|
export { handler as GET, handler as POST };
|