mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-17 17:18:09 +00:00
3 lines
118 B
TypeScript
3 lines
118 B
TypeScript
import { handlers } from "@/auth"; // Referring to the auth.ts we just created
|
|
export const { GET, POST } = handlers;
|