diff --git a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md index 403d1696571..d07423c21d1 100644 --- a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md +++ b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md @@ -643,7 +643,7 @@ namespace My.Site.Controllers; [ApiController] [Route("/umbraco/api/blockgridtest")] -public class BlockGridTestController : UmbracoApiController +public class BlockGridTestController : Controller { private readonly IContentService _contentService; private readonly IContentTypeService _contentTypeService;