mirror of
https://github.com/vernu/textbee.git
synced 2026-02-20 07:34:00 -05:00
7 lines
189 B
TypeScript
7 lines
189 B
TypeScript
import { authOptions } from '@/lib/auth'
|
|
import NextAuth, { AuthOptions } from 'next-auth'
|
|
|
|
const handler = NextAuth(authOptions as AuthOptions)
|
|
|
|
export { handler as GET, handler as POST }
|