christian
fab52dbfaf
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m36s
4 lines
117 B
TypeScript
4 lines
117 B
TypeScript
import { handlers } from "@/auth" // Referring to the auth.ts we just created
|
|
export const { GET, POST } = handlers
|
|
|