lastTDR in CPL Verzeichnis
This commit is contained in:
@@ -70,7 +70,7 @@ function Kabelueberwachung() {
|
||||
// Dynamischer Pfad basierend auf der Umgebung
|
||||
const environment = process.env.NEXT_PUBLIC_NODE_ENV || "production";
|
||||
if (environment === "production") {
|
||||
script.src = `CPL?/SERVICE/kueData.js`; // Produktions-Pfad
|
||||
script.src = `CPL?/CPL/SERVICE/kueData.js`; // Produktions-Pfad
|
||||
} else {
|
||||
script.src = `/mockData/SERVICE/kueData.js`; // Mock-Daten-Pfad
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user