Adds tests for all routes and fixes up some of the issues

This commit is contained in:
Shannon
2020-05-14 20:59:29 +10:00
parent 18a1a72349
commit ac6f691208
12 changed files with 238 additions and 50 deletions

View File

@@ -7,11 +7,12 @@ using Umbraco.Net;
using Umbraco.Web.BackOffice.Filters;
using Umbraco.Web.Common.ActionResults;
using Umbraco.Web.WebAssets;
using Constants = Umbraco.Core.Constants;
namespace Umbraco.Web.BackOffice.Controllers
{
[Area(Umbraco.Core.Constants.Web.Mvc.BackOfficeArea)]
[Area(Constants.Web.Mvc.BackOfficeArea)]
public class BackOfficeController : Controller
{
private readonly IRuntimeMinifier _runtimeMinifier;