5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
import NextAuth from "next-auth";
|
|
import { authOptions } from "../tina/[...routes]";
|
|
|
|
export default NextAuth(authOptions);
|