Files
estimation-flow/src/app/api/auth/[...nextauth]/route.ts
T

4 lines
75 B
TypeScript
Raw Normal View History

2025-09-01 07:06:07 +00:00
import { handlers } from '@/auth';
export const { GET, POST } = handlers;