delete photo
Test Workflow / test (push) Successful in 1s

This commit is contained in:
vladp
2025-12-23 18:33:53 +07:00
parent 1aef1dcd96
commit a77a51f519
@@ -7,7 +7,6 @@ import java.util.List;
@Getter @Getter
public enum FileType { public enum FileType {
PHOTO("photo", Arrays.asList("jpg", "jpeg", "png", "gif", "bmp")),
IMAGE("image", Arrays.asList("jpg", "jpeg", "png", "gif", "bmp", "svg", "tiff", "tif", "ico", IMAGE("image", Arrays.asList("jpg", "jpeg", "png", "gif", "bmp", "svg", "tiff", "tif", "ico",
"psd", "ai", "eps", "raw", "heic", "heif")), "psd", "ai", "eps", "raw", "heic", "heif")),
VIDEO("video", Arrays.asList("mp4", "avi", "mov", "wmv", "flv", "mkv", "webm", "m4v", "mpg", "mpeg", VIDEO("video", Arrays.asList("mp4", "avi", "mov", "wmv", "flv", "mkv", "webm", "m4v", "mpg", "mpeg",