Files
next-learn/dashboard/15-final/app/api/auth/[...nextauth]/route.ts
2023-10-06 22:13:22 -05:00

5 lines
90 B
TypeScript

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