4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
import { handler } from "@/lib/auth-server";
|
|
|
|
export const { GET, POST } = handler;
|