dev add tariff and temp flag for files
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-01-30 17:55:14 +07:00
parent b0237fd812
commit 51ef63e8cd
@@ -340,7 +340,7 @@ public class ApiController {
Path filePath = Paths.get(entityResponse.getFilePath());
Resource resource = new FileSystemResource(filePath);
Resource resource = new UrlResource(filePath.toUri());
// Resource resource = new UrlResource(filePath.toUri());