Trying and find a package from API

This commit is contained in:
2023-05-01 22:05:39 +01:00
parent 06b0115405
commit 9e79edc624
19 changed files with 182 additions and 201 deletions

View File

@ -44,8 +44,5 @@ namespace isnd.Controllers
if (null == leaf) return NotFound(new { id, version });
return Ok(leaf);
}
}
}