removes test controller

This commit is contained in:
Shannon
2020-05-18 15:12:07 +10:00
parent dd986d4f73
commit 0973e49fcf
2 changed files with 1 additions and 21 deletions

View File

@@ -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");
}
}
}

View File

@@ -13,6 +13,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Controllers\" />
<Folder Include="Views\" />
<Folder Include="wwwroot\Media" />
<Folder Include="wwwroot\Umbraco\views\install" />