updated files

This commit is contained in:
znetsixe
2025-09-22 16:02:04 +02:00
parent 241ed1d3cb
commit d72bfd5560
6 changed files with 10 additions and 11 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",
},
},
};