@@ -1105,7 +1105,8 @@ namespace DataSharing.Host.Controllers
Type = item.Type,
Classify = Classify,
Additions = item.Additions,
- Path = item.Path
+ Path = item.Path,
+ AllPath = item.Path
});
}
return fileDtos;