lifetracker/apps/web/app/api/auth/[...nextauth]/route.tsx

4 lines
98 B
TypeScript

import { authHandler } from "@/server/auth";
export { authHandler as GET, authHandler as POST };