5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
import { auth } from "~/auth/server";
|
|
|
|
export const GET = auth.handler;
|
|
export const POST = auth.handler;
|