diff --git a/EnvelopeGenerator.Web/Controllers/HomeController.cs b/EnvelopeGenerator.Web/Controllers/HomeController.cs index 379e9489..18159ca3 100644 --- a/EnvelopeGenerator.Web/Controllers/HomeController.cs +++ b/EnvelopeGenerator.Web/Controllers/HomeController.cs @@ -530,5 +530,6 @@ public class HomeController : ViewControllerBase [HttpGet("/lang")] public IActionResult GetLanguages() => Ok(_cultures.Languages); + [HttpGet("Error404")] public IActionResult Error404() => this.ViewError404(); } \ No newline at end of file