rename mockData to CPLmockData
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user