mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Introduced HKW
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user