pollo/src/pages/api/auth/[...nextauth].ts
Atridad Lahiji 0a47ebfe6c
Blaze it
2023-04-20 04:20:00 -06:00

4 lines
118 B
TypeScript

import NextAuth from "next-auth";
import { authOptions } from "~/server/auth";
export default NextAuth(authOptions);