Files
knur-app/app/api/auth/[...nextauth]/route.ts

4 lines
75 B
TypeScript
Raw Normal View History

2026-06-18 11:02:31 +02:00
import { handlers } from "@/auth";
export const { GET, POST } = handlers;