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