Skip to content

Commit 31cd364

Browse files
2 parents 0e9f83d + c33be4b commit 31cd364

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/tk/fungy/wsformc/WebServer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ private String getMimeType(String uri) {
7171
return "image/webp";
7272
} else if (uri.endsWith(".xhtml")) {
7373
return "application/xhtml+xml";
74-
} else if (uri.endsWith(".xml")) {
75-
return "application/xml";
7674
} else if (uri.endsWith(".aac")) {
7775
return "audio/aac";
7876
} else if (uri.endsWith(".jsonld")) {

0 commit comments

Comments
 (0)