Errors to Error std output
This commit is contained in:
parent
8fa4c04367
commit
3e09afcbfe
9 changed files with 33 additions and 35 deletions
|
|
@ -30,7 +30,7 @@ namespace isnd.Controllers
|
|||
}
|
||||
return Ok(new
|
||||
{
|
||||
versions = _packageManager.GetVersions(
|
||||
versions = packageManager.GetVersions(
|
||||
id, parsedVersion, prerelease, packageType, skip, take)
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue