Files
nextplacement/apps/admin/app/api/auth/[...nextauth]/route.ts
2025-07-02 12:05:38 +05:30

3 lines
74 B
TypeScript

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