Introduced HKW

This commit is contained in:
schnulller
2022-10-24 15:14:27 +02:00
parent 2a18ed1a46
commit aa7206b4fe
277 changed files with 288 additions and 87 deletions

View File

@@ -8,7 +8,7 @@ public class HomeController : Controller {
[Route("")]
public IActionResult Index() {
return Redirect("/Suche");
return View("~/Views/Index.cshtml");
}
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]