Files
prowler/ui/app/api/auth/[...nextauth]/route.ts
T
2024-11-25 13:15:14 +01:00

4 lines
82 B
TypeScript

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