@@ -416,6 +416,7 @@ public class FileEntityService {
|
||||
.fileUploadDate(fileEntity.getCreatedAt())
|
||||
.protectedFilePath(fileEntity.getProtectedFilePath())
|
||||
.thumbnailFileUrl(baseUrl + "/api/files/protected/" + fileEntity.getId() + "/thumbnail")
|
||||
.permissions(fileEntity.getPermissions())
|
||||
.build();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user