mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
FInalized Menu. Added first static Page...
This commit is contained in:
@@ -5,7 +5,6 @@ using HaWeb.Models;
|
||||
namespace HaWeb.Controllers;
|
||||
|
||||
[Route("Edition/[action]")]
|
||||
[Route("Edition/[action]/Index")]
|
||||
public class EditionController : Controller
|
||||
{
|
||||
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
|
||||
@@ -37,4 +36,9 @@ public class EditionController : Controller
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
public IActionResult Datenschutzerklaerung()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user