import { handlers } from "@/config/auth";

export const dynamic = "force-dynamic";

export const { GET, POST } = handlers;
