nugetd
This commit is contained in:
parent
be30ef3c25
commit
1266dd54db
5 changed files with 137 additions and 13 deletions
|
|
@ -51,5 +51,9 @@ namespace nuget_host.Controllers
|
|||
return Ok(ViewData);
|
||||
}
|
||||
|
||||
public IActionResult Error()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue