3 lines
122 B
TypeScript
3 lines
122 B
TypeScript
import { handlers } from '@/lib/auth'; // Referring to the auth.ts we just created
|
|
export const { GET, POST } = handlers;
|