This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user