Files
finance-app/src/app/api/auth/[...nextauth]/route.ts
2026-04-19 00:44:43 -04:00

4 lines
77 B
TypeScript

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