3 lines
74 B
TypeScript
Raw Normal View History

2025-04-04 23:29:57 +02:00
import { handlers } from "@/auth";
export const { GET, POST } = handlers;