Errors to Error std output

This commit is contained in:
Paul Schneider 2022-04-18 20:58:46 +01:00
commit 3e09afcbfe
9 changed files with 33 additions and 35 deletions

View file

@ -30,7 +30,7 @@ namespace isnd.Controllers
}
return Ok(new
{
versions = _packageManager.GetVersions(
versions = packageManager.GetVersions(
id, parsedVersion, prerelease, packageType, skip, take)
});
}