fix: link in console

This commit is contained in:
ISA
2025-08-01 12:10:12 +02:00
parent 3098ce67f0
commit 0b7542488e
12 changed files with 49 additions and 54 deletions

View File

@@ -26,6 +26,7 @@ export const fetchTemperaturAdWandlerService = async (
? `/api/cpl/getTemperaturAdWandlerHandler?typ=${type}`
: `/CPL?seite.ACP&${type}=${fromParts.y};${fromParts.m};${fromParts.d};${toParts.y};${toParts.m};${toParts.d};${channel};1`;
console.log("[Service] fetchTemperaturAdWandlerService", path);
const res = await fetch(path);
if (!res.ok)
throw new Error(