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.
1 parent d673d26 commit 8e609cfCopy full SHA for 8e609cf
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