Files
shared-memory/apps/web/app/api/auth/[...nextauth]/route.ts
T

3 lines
74 B
TypeScript
Raw Normal View History

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