informe-comercial-alfa/app/api/auth/[...nextauth]/route.js
2026-09-21 17:11:53 -06:00

2 lines
85 B
JavaScript

import { handlers } from "../../../lib/auth";
export const { GET, POST } = handlers;