fix: link in console
This commit is contained in:
@@ -28,6 +28,7 @@ export const fetchSystemspannung5VplusService = async (
|
||||
? `/api/cpl/getSystemspannung5VplusHandler?typ=${type}`
|
||||
: `/CPL?seite.ACP&${type}=${fromParts.y};${fromParts.m};${fromParts.d};${toParts.y};${toParts.m};${toParts.d};${channel};1`;
|
||||
|
||||
console.log("[Service] fetchSystemspannung5VplusService", path);
|
||||
const res = await fetch(path);
|
||||
if (!res.ok) throw new Error("❌ Fehler beim Abrufen der +5V-Daten");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user