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 d673d26 + 8e609cf commit 42a95edCopy full SHA for 42a95ed
libraries/WebServer/src/detail/mimetable.cpp
@@ -10,6 +10,7 @@ const Entry mimeTable[maxType] = {
10
{".css", "text/css"},
11
{".txt", "text/plain"},
12
{".js", "application/javascript"},
13
+ {".mjs", "text/javascript"},
14
{".json", "application/json"},
15
{".png", "image/png"},
16
{".gif", "image/gif"},
libraries/WebServer/src/detail/mimetable.h
@@ -9,6 +9,7 @@ enum type {
9
css,
txt,
js,
+ mjs,
json,
png,
gif,
0 commit comments