Merge pull request #15697 from unknownbrackets/debugger

Update embedded web debugger
This commit is contained in:
Henrik Rydgård
2022-07-17 10:26:10 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ static bool ServeDebuggerFile(const http::Request &request) {
} else if (ext == ".js") {
mimeType = "application/javascript";
} else if (ext == ".svg") {
mimeType = "image/svg";
mimeType = "image/svg+xml";
} else if (ext == ".png") {
mimeType = "image/png";
} else if (ext == ".css") {