Files
location-mqtt-tracker-app/app/api/auth/[...nextauth]/route.ts
2025-11-24 16:30:37 +00:00

4 lines
79 B
TypeScript

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