From 87f9858a378f60a37f2535b356bd0372ea6814ac Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Mon, 18 Nov 2024 20:24:11 +0100 Subject: [PATCH] Change UmbracoApiController to Controller --- .../block-editor/block-grid-editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;