Vercel/src/app/api/auth/[...nextauth]/route.ts
2023-10-30 19:59:27 -05:00

3 lines
67 B
TypeScript

export { GET, POST } from '@/auth';
export const runtime = 'edge';