Version 1.6.202 : DIA0, DIA1 und DIA2 URL in Console anzeigen für Schleifen- und Isolationsmessung
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user