Files
coolify-examples/t3-nextauth/src/app/api/auth/[...nextauth]/route.ts
Andras Bacsai b9423600b7 asdf
2025-10-06 20:03:29 +02:00

4 lines
82 B
TypeScript

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