Files
archived-next-auth/apps/dev/nextjs/app/api/auth/[...nextauth]/route.ts
2023-04-21 11:40:46 +02:00

4 lines
100 B
TypeScript

import { handlers } from "auth"
export const { GET, POST } = handlers
export const runtime = "edge"