This commit is contained in:
@@ -340,7 +340,7 @@ public class ApiController {
|
|||||||
|
|
||||||
|
|
||||||
Path filePath = Paths.get(entityResponse.getFilePath());
|
Path filePath = Paths.get(entityResponse.getFilePath());
|
||||||
Resource resource = new FileSystemResource(filePath);
|
Resource resource = new UrlResource(filePath.toUri());
|
||||||
|
|
||||||
// Resource resource = new UrlResource(filePath.toUri());
|
// Resource resource = new UrlResource(filePath.toUri());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user