Files
web-app-template/src/app/api/auth/[...nextauth]/route.ts
T
JonKazama-Hellion 1a7d716098
CI / verify (push) Failing after 34s
Initial template setup
2026-05-09 16:41:16 +02:00

4 lines
79 B
TypeScript

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