satupeta-main/app/auth/[...nextauth]/route.ts
2026-01-27 09:31:12 +07:00

3 lines
74 B
TypeScript

import { handlers } from "@/auth";
export const { GET, POST } = handlers;