Files
Homarr/apps/nextjs/src/app/api/auth/[...nextauth]/route.ts
2023-12-08 23:13:46 +01:00

4 lines
74 B
TypeScript

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