mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-12-17 23:05:30 +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