mockChartData inCPLmockData verschoben

This commit is contained in:
ISA
2025-02-20 10:37:56 +01:00
parent f8fe84a483
commit cd28e5085c
6 changed files with 20 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ const LoopChartActionBar: React.FC = () => {
try {
const apiUrl =
process.env.NODE_ENV === "development"
? "/mockData.json"
? "/CPLmockData/mockChartData.json"
: `/CPL?seite.ACP&DIA1=2025;01;01;2025;07;31;${slotIndex};${schleifenwiderstand}`;
const response = await fetch(apiUrl);