Fixed front-end wrong endpoint name used

This commit is contained in:
2026-01-03 14:39:20 +01:00
parent ad84efb611
commit 063c81e8dc

View File

@@ -745,7 +745,7 @@
"datapoints": datapoints
}];
showToast("@T["Creating entity"]", "primary");
fetch(`/Entity`, {
fetch(`/Entities`, {
method: 'PUT',
headers: {
'Content-Type': 'application/json'