Files
konstitisyon.nu/app/api/auth/[...nextauth]/route.js
T

8 lines
176 B
JavaScript
Raw Normal View History

2024-05-20 04:14:16 +04:00
/* eslint-disable new-cap */
import NextAuth from 'next-auth'
import {options} from './options.js'
const handler = NextAuth(options)
export {handler as GET, handler as POST}