From 0973e49fcf83bc1d63bb5065749cdee12851d099 Mon Sep 17 00:00:00 2001 From: Shannon Date: Mon, 18 May 2020 15:12:07 +1000 Subject: [PATCH] removes test controller --- .../TestBackOfficeUmbracoApiController.cs | 21 ------------------- .../Umbraco.Web.UI.NetCore.csproj | 1 + 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 src/Umbraco.Web.UI.NetCore/Controllers/TestBackOfficeUmbracoApiController.cs 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 @@ +