Add utf-8 charset to ui .json Mime Type

This commit is contained in:
Daniel 2021-11-23 13:01:29 +01:00
parent 46791ee34c
commit fe098f5371

View file

@ -205,7 +205,7 @@ var (
".jpeg": "image/jpeg",
".jpg": "image/jpeg",
".js": "text/javascript; charset=utf-8",
".json": "application/json",
".json": "application/json; charset=utf-8",
".m3u": "audio/mpegurl",
".m4a": "audio/mpeg",
".md": "text/markdown; charset=utf-8",