Files
webmailserver/app/api/auth/[...nextauth]/route.ts
2026-05-14 01:57:52 +03:00

4 lines
75 B
TypeScript

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