mirror of
https://github.com/vas3k/TaxHacker.git
synced 2026-07-07 22:57:08 +08:00
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
import { auth } from "@/lib/auth"
|
|
import { toNextJsHandler } from "better-auth/next-js"
|
|
|
|
export const { POST, GET } = toNextJsHandler(auth)
|