get by ids for space items

This commit is contained in:
2021-08-05 16:11:16 +02:00
parent 03aff8a007
commit 8ad6c43815
2 changed files with 28 additions and 1 deletions
-1
View File
@@ -45,7 +45,6 @@ namespace zero.Web.Controllers
return Ok(await Api.GetListByQuery(alias, query));
}
public async Task<IActionResult> GetContent([FromQuery] string alias, [FromQuery] string contentId = null)
{
if (!CanReadSpace(alias))