5 lines
110 B
TypeScript
5 lines
110 B
TypeScript
import { auth } from "@/lib/auth";
|
|
|
|
const handler = auth.handler;
|
|
export { handler as GET, handler as POST };
|