AB#6233 - Cleanup / Fixes from review

This commit is contained in:
Bjarke Berg
2020-05-05 14:28:01 +02:00
parent ecc596c483
commit 13197eb5ff
17 changed files with 51 additions and 36 deletions

View File

@@ -28,7 +28,6 @@ namespace Umbraco.Web.BackOffice.Controllers
// GET
public IActionResult Index()
{
_umbracoApplicationLifetime.Restart(); //TODO remove
return View();
}