diff --git a/src/Umbraco.Web.UI.NetCore/Controllers/TestBackOfficeUmbracoApiController.cs b/src/Umbraco.Web.UI.NetCore/Controllers/TestBackOfficeUmbracoApiController.cs deleted file mode 100644 index d5cddb508a..0000000000 --- a/src/Umbraco.Web.UI.NetCore/Controllers/TestBackOfficeUmbracoApiController.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using Microsoft.AspNetCore.Mvc; -using Umbraco.Web.Common.Attributes; -using Umbraco.Web.Common.Controllers; - -namespace Umbraco.Web.UI.NetCore.Controllers -{ - [PluginController("Test")] - [IsBackOffice] - public class TestBackOfficeUmbracoApiController : UmbracoApiController - { - [HttpGet] - public IActionResult Index() - { - return Content("hello world"); - } - } -} diff --git a/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj b/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj index 8e5df46c55..219b819b11 100644 --- a/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj +++ b/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj @@ -13,6 +13,7 @@ +