fix: add force-dynamic to savings route
All checks were successful
Deploy to Coolify / deploy (push) Successful in 31s
All checks were successful
Deploy to Coolify / deploy (push) Successful in 31s
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
export const dynamic = 'force-dynamic';
|
||||||
import { NextResponse } from "next/server";
|
import { NextResponse } from "next/server";
|
||||||
|
|
||||||
const PULSE_API = process.env.PULSE_API_URL || "https://api.digital-home.site";
|
const PULSE_API = process.env.PULSE_API_URL || "https://api.digital-home.site";
|
||||||
|
|||||||
Reference in New Issue
Block a user