We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e9f83d + c33be4b commit 31cd364Copy full SHA for 31cd364
src/main/java/tk/fungy/wsformc/WebServer.java
@@ -71,8 +71,6 @@ private String getMimeType(String uri) {
71
return "image/webp";
72
} else if (uri.endsWith(".xhtml")) {
73
return "application/xhtml+xml";
74
- } else if (uri.endsWith(".xml")) {
75
- return "application/xml";
76
} else if (uri.endsWith(".aac")) {
77
return "audio/aac";
78
} else if (uri.endsWith(".jsonld")) {
0 commit comments