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

@@ -6,10 +6,6 @@ namespace HaWeb.Controllers;
[Route("Edition/[action]")]
public class EditionController : Controller {
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public IActionResult Error() {
return View(new ErrorViewModel { RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier });
}
public IActionResult Kontakt() {
return View("~/Views/HKB/Static/Kontakt.cshtml");
}