Files
prowler/app/api/auth/[...nextauth]/route.ts
T
2024-08-27 18:37:45 +02:00

4 lines
82 B
TypeScript

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