This commit is contained in:
Paul Schneider 2021-06-21 23:38:05 +01:00
commit b8809deaa1
12 changed files with 625 additions and 182 deletions

View file

@ -48,7 +48,7 @@ namespace nuget_host.Controllers
{
ViewData["Message"] = "Your Privacy page.";
return Ok(ViewData);
return View(ViewData);
}
public IActionResult Error()