Fix getBlueprintScaffold endpoint

This commit is contained in:
Nathan Woulfe
2021-05-21 11:21:44 +10:00
committed by GitHub
parent 9aee6919d7
commit edef73fd39

View File

@@ -694,7 +694,7 @@ function contentResource($q, $http, umbDataFormatter, umbRequestHelper) {
$http.get(
umbRequestHelper.getApiUrl(
"contentApiBaseUrl",
"GetEmpty",
"GetEmptyBlueprint",
{ blueprintId: blueprintId, parentId: parentId })),
'Failed to retrieve blueprint for id ' + blueprintId)
.then(function (result) {