validation for languages+countries+translations+mails

This commit is contained in:
2022-01-23 18:32:22 +01:00
parent e2e1614fbd
commit 34cafb399b
22 changed files with 182 additions and 132 deletions
@@ -36,6 +36,13 @@ public class ZeroIndexController : Controller
return RedirectToAction("ZeroBackoffice", "Setup");
}
//return View("~/Views/Zero/Index.cshtml", new ZeroBackofficeModel()
//{
// Meta = GetMetaInfo()
//});
BackofficeOptions options = Options.For<BackofficeOptions>();
int port = options.DevServer.Port;