Files
nextplacement/apps/admin/app/api/auth/[...nextauth]/route.ts
2025-06-23 16:27:07 +05:30

3 lines
83 B
TypeScript

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