File und Order Struktur wie bai Kai in mockData Verzeichnis
Chart in localhost testen und in die Umgebung development und production
This commit is contained in:
@@ -116,7 +116,7 @@ function Header() {
|
||||
if (environment === "production") {
|
||||
script.src = `/CPL?/CPL/SERVICE/${file}`; // Produktions-Pfad
|
||||
} else {
|
||||
script.src = `/mockData/${file}`; // Entwicklungs-Pfad
|
||||
script.src = `/mockData/SERVICE/${file}`; // Entwicklungs-Pfad
|
||||
}
|
||||
|
||||
script.async = true;
|
||||
|
||||
Reference in New Issue
Block a user