mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
import { toNextJsHandler } from 'better-auth/next-js'
|
|
import { auth } from '@/lib/auth'
|
|
|
|
export const { GET, POST } = toNextJsHandler(auth.handler)
|