#6233- Install steps + MacroRenderer

This commit is contained in:
Bjarke Berg
2020-04-27 10:09:10 +02:00
parent 9110638ce1
commit 55d9af2b68
16 changed files with 362 additions and 34 deletions

View File

@@ -4,6 +4,7 @@ using Umbraco.Core;
using Umbraco.Core.Configuration;
using Umbraco.Core.Hosting;
using Umbraco.Core.WebAssets;
using Umbraco.Web.Common.Filters;
using Umbraco.Web.Install;
using Umbraco.Web.Security;
@@ -42,7 +43,7 @@ namespace Umbraco.Web.Common.Install
}
[HttpGet]
// [StatusCodeResult(System.Net.HttpStatusCode.ServiceUnavailable)] //TODO reintroduce
[StatusCodeResult(System.Net.HttpStatusCode.ServiceUnavailable)]
public ActionResult Index()
{
if (_runtime.Level == RuntimeLevel.Run)