Skip to content

Commit

Permalink
๐Ÿฆท :: (#852) ํ™•์žฅ์ž ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyoil2 committed Nov 14, 2024
1 parent 9a14ec9 commit 2a95648
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public enum FileType {

LOGO_IMAGE(List.of(".jpg", ".png", ".svg")),
EXTENSION_FILE(List.of(".pdf", ".ppt", ".pptx", ".hwp", ".jpg", ".png", ".zip", ".txt", ".mp4"));
EXTENSION_FILE(List.of(".pdf", ".ppt", ".pptx", ".hwp", ".jpg", ".png", ".zip", ".txt", ".mp4", ".opt", "doc", "docx", "hwpx"));

public final List<String> validExtensions;
}

0 comments on commit 2a95648

Please sign in to comment.