mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Ported libs fo net V6
This commit is contained in:
14
HaWeb/Controllers/ErrorController.cs
Normal file
14
HaWeb/Controllers/ErrorController.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Diagnostics;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using HaWeb.Models;
|
||||
|
||||
namespace HaWeb.Controllers;
|
||||
|
||||
|
||||
public class ErrorController : Controller
|
||||
{
|
||||
[Route("Error404/")]
|
||||
public IActionResult ErrorNotFound() {
|
||||
return View();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user