NCBACK-25 change path to file
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-01-25 12:10:56 +07:00
parent 63c3794aa4
commit ab3eef1668
5 changed files with 7 additions and 59 deletions
@@ -392,7 +392,7 @@ public class ApiController {
FileEntity fileEntity = optionalFileEntity.get();
Path path = Paths.get(fileEntity.getFilePath());
Path path = Paths.get(fileEntity.getProtectedFilePath());
File file = path.toFile();
NoCopyCheckResult noCopyCheckResult = noCopyFileService.checkFile(file,