4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
import { auth } from "@/lib/auth/server";
|
|
|
|
export const { GET, POST, PUT, PATCH, DELETE } = auth.handler();
|