WIP: Refernzkurve wird angezeigt, aber kann nicht gesetzt werden
This commit is contained in:
@@ -13,7 +13,7 @@ export const fetchTDRReferenceCurveService = async (
|
||||
// 🔁 Fallback: Datei oder Produktion-API
|
||||
const isDev = process.env.NEXT_PUBLIC_NODE_ENV === "development";
|
||||
const url = isDev
|
||||
? `/api/cpl/tdr-reference-curves/slot${slot}.json`
|
||||
? `/api/cpl/tdrReferenceCurveAPIHandler?slot=${slot}`
|
||||
: `${window.location.origin}/CPL?Service/empty.acp&TDR=${slot}`;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user