Files
padmaja/app/api/auth/[...nextauth]/route.ts
2026-01-17 14:17:42 +05:30

3 lines
72 B
TypeScript

import { handlers } from '@/auth'
export const { GET, POST } = handlers