errormetrics fix

This commit is contained in:
znetsixe
2025-09-16 12:10:41 +02:00
parent a30f2c90f4
commit 241ed1d3cb
5 changed files with 10 additions and 10 deletions

View File

@@ -7,8 +7,8 @@
"taggcodeAPI": "https://pimmoerman.nl/rdlab/tagcode.app/v2.1/apiBLAH"
},
"local": {
"units": "http://localhost:1880/generalFunctions/datasets/unitData.json",
"taggcodeAPI": "http://localhost:1880/generalFunctions/datasets/assetData"
"units": "http://localhost:1880/generalfunctions/datasets/unitData.json",
"taggcodeAPI": "http://localhost:1880/generalfunctions/datasets/assetData"
}
}
}

View File

@@ -88,8 +88,8 @@ class ProjectSettings {
taggcodeAPI: this.cloudAPI,
},
local: {
units: "http://localhost:1880/generalFunctions/datasets/unitData.json",
taggcodeAPI: "http://localhost:1880/generalFunctions/datasets/assetData",
units: "http://localhost:1880/generalfunctions/datasets/unitData.json",
taggcodeAPI: "http://localhost:1880/generalfunctions/datasets/assetData",
},
},
};