updated mime_type_resolver

This commit is contained in:
Lorenzo Pichilli 2022-10-08 15:24:22 +02:00
parent 432e882e8f
commit d2e5c8dc87
1 changed files with 1 additions and 0 deletions

View File

@ -895,6 +895,7 @@ class MimeTypeResolver {
"csv": "text/csv",
"html": "text/html",
"htm": "text/html",
"mjs": "text/javascript",
"n3": "text/n3",
"txt": "text/plain",
"text": "text/plain",