mediahub-fe/app/api/auth/[...nextauth]/route.ts

3 lines
78 B
TypeScript
Raw Normal View History

2024-11-26 03:09:48 +00:00
import { handlers } from "@/lib/auth";
export const { GET, POST } = handlers;