satupeta-main/app/auth/[...nextauth]/route.ts
2026-02-23 12:21:05 +07:00

3 lines
74 B
TypeScript
Executable File

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