Skip to content
Snippets Groups Projects
route.ts 157 B
Newer Older
Yusuf Akgül's avatar
Yusuf Akgül committed
import { authOptions } from '@/lib/auth'
import NextAuth from 'next-auth'
Omar Kasbah's avatar
Omar Kasbah committed

const handler = NextAuth(authOptions)
Yusuf Akgül's avatar
Yusuf Akgül committed

Yusuf Akgül's avatar
Yusuf Akgül committed
export { handler as GET, handler as POST }