We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76e4f2 commit bcde291Copy full SHA for bcde291
src/main/java/org/mangorage/mangobot/website/servlet/FileServlet.java
@@ -20,6 +20,7 @@ public class FileServlet extends HttpServlet {
20
EXTENSIONS.put(".gif", "image/gif");
21
EXTENSIONS.put(".pdf", "application/pdf");
22
EXTENSIONS.put(".json", "application/json");
23
+ EXTENSIONS.put(".mp4", "video/mp4");
24
}
25
26
@Override
0 commit comments