Files
CapaKraken/apps/web/src/app/api/auth/[...nextauth]/route.ts
T

4 lines
85 B
TypeScript

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