Files
nextplacement/apps/student/app/api/auth/[...nextauth]/route.ts
2025-06-30 11:55:48 +05:30

3 lines
83 B
TypeScript

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