mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
|
|
import NextAuth from "next-auth"
|
||
|
|
|
||
|
|
import { authOptions } from "@/lib/auth"
|
||
|
|
|
||
|
|
const handler = NextAuth(authOptions)
|
||
|
|
|
||
|
|
export { handler as GET, handler as POST }
|