@@ -228,12 +228,6 @@ public class FileSimilarityService {
|
||||
} else {
|
||||
level = "DIFFERENT";
|
||||
}
|
||||
log.info("baseUrl: {}", baseUrl);
|
||||
log.info("baseUrl: {}", baseUrl);
|
||||
log.info("baseUrl: {}", baseUrl);
|
||||
log.info("baseUrl: {}", baseUrl);
|
||||
log.info("baseUrl: {}", baseUrl);
|
||||
log.info("baseUrl: {}", baseUrl);
|
||||
|
||||
return SimilarFileDTO.builder()
|
||||
.fileId(similarImageProjection.getId())
|
||||
@@ -248,7 +242,8 @@ public class FileSimilarityService {
|
||||
.uploadDate(similarImageProjection.getUploadDate())
|
||||
.status(similarImageProjection.getProtectionStatus())
|
||||
// .url(baseUrl + "/api/files/protected/" + similarImageProjection.getId())
|
||||
.url(baseUrl + "/api/files/protected/" + similarImageProjection.getId() + "/thumbnail")
|
||||
.url("https://workspace.not-copy.com" + "/api/files/protected/" + similarImageProjection.getId() + "/thumbnail")
|
||||
// .url(baseUrl + "/api/files/protected/" + similarImageProjection.getId() + "/thumbnail")
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user