Skip to content

Commit bcde291

Browse files
committed
Added mp4 support
1 parent f76e4f2 commit bcde291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/mangorage/mangobot/website/servlet/FileServlet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class FileServlet extends HttpServlet {
2020
EXTENSIONS.put(".gif", "image/gif");
2121
EXTENSIONS.put(".pdf", "application/pdf");
2222
EXTENSIONS.put(".json", "application/json");
23+
EXTENSIONS.put(".mp4", "video/mp4");
2324
}
2425

2526
@Override

0 commit comments

Comments
 (0)