fix setup

This commit is contained in:
2020-12-02 15:45:44 +01:00
parent 29f01f4ee0
commit 54dc041a20
7 changed files with 141 additions and 72 deletions
+4 -4
View File
@@ -30,10 +30,10 @@ namespace zero.Web.Setup
public IActionResult Index()
{
if (!Options.ZeroVersion.IsNullOrEmpty())
{
return Redirect(Options.BackofficePath);
}
//if (!Options.ZeroVersion.IsNullOrEmpty())
//{
// return Redirect(Options.BackofficePath);
//}
return View("/Views/Zero/Setup.cshtml");
}