fix: add force-dynamic to savings route
All checks were successful
Deploy to Coolify / deploy (push) Successful in 31s

This commit is contained in:
2026-04-22 10:13:34 +00:00
parent 03a01b0085
commit 7e1e2cfd4d

View File

@@ -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";