dev delete config
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-02-16 18:35:27 +07:00
parent 1d3bdc506d
commit 3c00a5bd2c
@@ -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();
}
}