diff --git a/app/api/savings/route.ts b/app/api/savings/route.ts index 5c0dacd..5de9da9 100644 --- a/app/api/savings/route.ts +++ b/app/api/savings/route.ts @@ -1,3 +1,4 @@ +export const dynamic = 'force-dynamic'; import { NextResponse } from "next/server"; const PULSE_API = process.env.PULSE_API_URL || "https://api.digital-home.site";