Files
portabase/app/api/auth/[...nextauth]/route.ts
T

5 lines
77 B
TypeScript

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