Added CriticalCSS, defered CSS and JS, fixed heading order, fixed front-end querycache url, added response compression and caching
This commit is contained in:
@@ -20,8 +20,14 @@ public class HomeController : Controller
|
||||
_domainManager = domainManager;
|
||||
}
|
||||
|
||||
[Authorize]
|
||||
[HttpGet("/")]
|
||||
public IActionResult Root()
|
||||
{
|
||||
return Redirect("/Home/Index");
|
||||
}
|
||||
|
||||
[Authorize]
|
||||
[HttpGet("Index")]
|
||||
public IActionResult Index()
|
||||
{
|
||||
return View();
|
||||
|
||||
Reference in New Issue
Block a user