Vercel/src/app/api/[...nextauth]/route.ts
2023-09-06 00:18:10 -05:00

3 lines
67 B
TypeScript

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