rename mockData to CPLmockData

This commit is contained in:
ISA
2024-10-26 11:16:11 +02:00
parent df5b8395e1
commit 8b0f9fe446
74 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ function Header() {
script.src =
environment === "production"
? `/CPL?/CPL/SERVICE/System.js`
: `/mockData/SERVICE/System.js`;
: `/CPLmockData/SERVICE/System.js`;
script.async = true;
script.onload = () => {