mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-02-23 08:42:01 +00:00
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
import { auth } from "@/lib/auth";
|
|
import { toNextJsHandler } from "better-auth/next-js";
|
|
|
|
export const { GET, POST } = toNextJsHandler(auth.handler);
|