Skip to content

Commit fbdc473

Browse files
authored
Merge pull request #6681 from erikjanwestendorp/update-block-grid-controller
Change UmbracoApiController to Controller
2 parents 9962c6a + 87f9858 commit fbdc473

File tree

1 file changed

+1
-1
lines changed
  • 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor

1 file changed

+1
-1
lines changed

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ namespace My.Site.Controllers;
643643

644644
[ApiController]
645645
[Route("/umbraco/api/blockgridtest")]
646-
public class BlockGridTestController : UmbracoApiController
646+
public class BlockGridTestController : Controller
647647
{
648648
private readonly IContentService _contentService;
649649
private readonly IContentTypeService _contentTypeService;

0 commit comments

Comments
 (0)