mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
http: mimetypes: add mjs as builtin
This commit is contained in:
parent
aa84d928d8
commit
018d443863
1 changed files with 1 additions and 0 deletions
|
@ -441,6 +441,7 @@ static const struct lws_mimetype {
|
|||
{ ".txt", "text/plain" },
|
||||
{ ".xml", "application/xml" },
|
||||
{ ".json", "application/json" },
|
||||
{ ".mjs", "text/javascript" },
|
||||
};
|
||||
|
||||
const char *
|
||||
|
|
Loading…
Add table
Reference in a new issue