Migrates more logic from the umb module over to netcore
This commit is contained in:
@@ -92,6 +92,10 @@ namespace Umbraco.Web.Common.Install
|
||||
return View();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Used to perform the redirect to the installer when the runtime level is <see cref="RuntimeLevel.Install"/> or <see cref="RuntimeLevel.Upgrade"/>
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpGet]
|
||||
public ActionResult Redirect()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user