mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Added HKW sites
This commit is contained in:
@@ -7,8 +7,19 @@ namespace HaWeb.Controllers;
|
||||
public class HomeController : Controller {
|
||||
|
||||
[Route("")]
|
||||
[Route("Index")]
|
||||
public IActionResult Index() {
|
||||
return View("~/Views/Index.cshtml");
|
||||
return View("~/Views/Home/Index.cshtml");
|
||||
}
|
||||
|
||||
[Route("Kontakt")]
|
||||
public IActionResult Kontakt() {
|
||||
return View("~/Views/Home/Kontakt.cshtml");
|
||||
}
|
||||
|
||||
[Route("Datenschutzerklaerung")]
|
||||
public IActionResult Datenschutzerklaerung() {
|
||||
return View("~/Views/Home/Datenschutzerklaerung.cshtml");
|
||||
}
|
||||
|
||||
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
|
||||
|
||||
Reference in New Issue
Block a user