diff --git a/src/Server/Views/Home/Searchdomains.cshtml b/src/Server/Views/Home/Searchdomains.cshtml index 93fe655..5dbbe77 100644 --- a/src/Server/Views/Home/Searchdomains.cshtml +++ b/src/Server/Views/Home/Searchdomains.cshtml @@ -745,7 +745,7 @@ "datapoints": datapoints }]; showToast("@T["Creating entity"]", "primary"); - fetch(`/Entity`, { + fetch(`/Entities`, { method: 'PUT', headers: { 'Content-Type': 'application/json'