Files
nextplacement/apps/student/app/api/auth/[...nextauth]/route.ts
2025-06-25 15:25:44 +05:30

3 lines
83 B
TypeScript

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