mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-04-20 07:38:20 +00:00
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
import { authOptions } from "@/app/auth";
|
|
import NextAuth from "next-auth";
|
|
|
|
const handler = NextAuth(authOptions);
|
|
export { handler as GET, handler as POST };
|