mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
6 lines
171 B
TypeScript
6 lines
171 B
TypeScript
import NextAuth from 'next-auth'
|
|
import { nextAuthOptions } from 'app/auth/options'
|
|
|
|
const handler = NextAuth(nextAuthOptions)
|
|
|
|
export { handler as GET, handler as POST }
|