diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx index 89a643a..5faa49d 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx @@ -83,6 +83,7 @@ const LoopChartActionBar: React.FC = () => { if (!response.ok) throw new Error(`Fehler: ${response.status}`); const jsonData = await response.json(); + console.log("✅ API URL ", apiUrl); console.log("✅ Daten erfolgreich geladen:", jsonData); if (Array.isArray(jsonData)) { diff --git a/config/webVersion.ts b/config/webVersion.ts index 11af2b0..68c5948 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.201"; +const webVersion = "1.6.202"; export default webVersion;