Letzte TDR-Messung anzeigen für ausgewählte Slot

This commit is contained in:
ISA
2025-03-28 12:26:43 +01:00
parent e2d8bb0f05
commit 37af5702fa
14 changed files with 61 additions and 163 deletions

View File

@@ -6,7 +6,7 @@ export const fetchTDRChartDataById = async (
const isDev = process.env.NEXT_PUBLIC_NODE_ENV === "development";
const url = isDev
? `http://localhost:3000/CPLmockData/Last100TDR/kue_01/id/${id}.json`
? `http://localhost:3000/CPLmockData/TDR/${id}.json`
: `${window.location.origin}/CPL?Service/empty.acp&TDR=${id}`;
try {