This commit is contained in:
Paul Schneider 2021-05-23 01:00:57 +01:00
commit 1266dd54db
5 changed files with 137 additions and 13 deletions

View file

@ -51,5 +51,9 @@ namespace nuget_host.Controllers
return Ok(ViewData);
}
public IActionResult Error()
{
return View();
}
}
}