dev conver files
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-02-26 00:34:26 +07:00
parent 983b5eddda
commit 2b5f17f170
@@ -23,7 +23,7 @@ public class ImageResizeService {
private static final int THUMBNAIL_SIZE = 150; private static final int THUMBNAIL_SIZE = 150;
private static final int MEDIUM_SIZE = 600; private static final int MEDIUM_SIZE = 600;
@Value("${file.storage.path}") @Value("${file.storage.base-path}")
private String storagePath; private String storagePath;
/** /**