informe-comercial-alfa/app/api/auth/[...nextauth]/route.js

3 lines
85 B
JavaScript
Raw Permalink Normal View History

2026-09-21 23:11:53 +00:00
import { handlers } from "../../../lib/auth";
export const { GET, POST } = handlers;