diff --git a/components/modules/Kue705FO.jsx b/components/modules/Kue705FO.jsx index a895658..e25604a 100644 --- a/components/modules/Kue705FO.jsx +++ b/components/modules/Kue705FO.jsx @@ -131,9 +131,12 @@ function Kue705FO({ setLoading(true); alert(`TDR wird für Slot ${slot + 1} gestartet...`); - fetch(`/CPL?Service/KUEdetailTDR.ACP&KTT${slotFormat}=1&slot=${slot}`, { - method: "GET", - }) + fetch( + `/CPL?Service/Kabelueberwachung.html&KTT${slotFormat}=1&slot=${slot}`, + { + method: "GET", + } + ) .then((response) => { if (response.ok) { alert(`TDR erfolgreich gestartet für Slot ${slot + 1}`);