1
0
Fork 0
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:
Per Bothner 2021-04-12 06:35:52 +01:00 committed by Andy Green
parent aa84d928d8
commit 018d443863

View file

@ -441,6 +441,7 @@ static const struct lws_mimetype {
{ ".txt", "text/plain" },
{ ".xml", "application/xml" },
{ ".json", "application/json" },
{ ".mjs", "text/javascript" },
};
const char *