File size: 152 Bytes
4782147
 
 
 
1
2
3
4
5
import { auth } from "auth/server";
import { toNextJsHandler } from "better-auth/next-js";

export const { GET, POST } = toNextJsHandler(auth.handler);