dev download only protected files
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-01-28 18:38:43 +07:00
parent 02bf7868ee
commit c019f23777
4 changed files with 7 additions and 25 deletions
@@ -337,7 +337,7 @@ public class ApiController {
errorData));
}
Path filePath = Paths.get(entityResponse.getFilePath());
Path filePath = Paths.get(entityResponse.getProtectStatus());
Resource resource = new UrlResource(filePath.toUri());
if (!resource.exists()) {