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

@@ -62,7 +62,7 @@ export async function loadWindowVariables() {
script.src =
environment === "production"
? `/CPL?/CPL/SERVICE/${src}`
: `/mockData/SERVICE/${src}`;
: `/CPLmockData/SERVICE/${src}`;
script.async = true;
script.onload = resolve;
script.onerror = reject;