6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
import NextAuth from 'next-auth'
|
|
import { options } from './options'
|
|
|
|
const handler = NextAuth(options)
|
|
|
|
export { handler as GET, handler as POST } |