@@ -256,7 +256,7 @@ public class FileSimilarityService {
|
|||||||
// .supportId(Long.valueOf(fileEntity.getSupportId()))
|
// .supportId(Long.valueOf(fileEntity.getSupportId()))
|
||||||
.uploadDate(fileEntity.getCreatedAt())
|
.uploadDate(fileEntity.getCreatedAt())
|
||||||
.status(fileEntity.getProtectionStatus())
|
.status(fileEntity.getProtectionStatus())
|
||||||
.url(baseUrl + "/api/files/protected/" + fileEntity.getId())
|
.url(baseUrl + "/api/files/public/" + fileEntity.getId())
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user