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

5 lines
77 B
TypeScript
Raw Normal View History

2024-11-03 21:12:40 +01:00
import {handlers} from "@/auth/auth";
export const {GET, POST} = handlers;