search
This commit is contained in:
parent
6fcad7c252
commit
b8809deaa1
12 changed files with 625 additions and 182 deletions
|
|
@ -48,7 +48,7 @@ namespace nuget_host.Controllers
|
|||
{
|
||||
ViewData["Message"] = "Your Privacy page.";
|
||||
|
||||
return Ok(ViewData);
|
||||
return View(ViewData);
|
||||
}
|
||||
|
||||
public IActionResult Error()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue