Files
Homarr/apps/nextjs/src/app/api/auth/[...nextauth]/route.ts
2023-12-08 22:35:15 +01:00

4 lines
72 B
TypeScript

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