flowstate/app/api/auth/[...nextauth]/route.ts

2 lines
74 B
TypeScript

import { handlers } from "@/auth";
export const { GET, POST } = handlers;