satupeta-main/app/auth/[...nextauth]/route.ts

3 lines
74 B
TypeScript
Raw Normal View History

2026-01-27 02:31:12 +00:00
import { handlers } from "@/auth";
export const { GET, POST } = handlers;