Add wasm support for themes (#38898)

Closes #38897

Signed-off-by: trataka <jonathan@trataka.net>
This commit is contained in:
trataka
2025-09-02 08:22:09 -04:00
committed by GitHub
parent e13eb0df90
commit 9afe5fb8a9

View File

@@ -33,6 +33,7 @@ public class MimeTypeUtil {
map.addMimeTypes("image/png png PNG");
map.addMimeTypes("image/svg+xml svg SVG");
map.addMimeTypes("text/html html htm HTML HTM");
map.addMimeTypes("application/wasm wasm WASM");
}
public static String getContentType(File file) {