bpo-30824: Add mimetype for .json (#3048)

This commit is contained in:
Nate Tangsurat 2017-08-14 13:39:45 -05:00 committed by R. David Murray
parent d4b93e21c2
commit 8204b90368

View file

@ -439,6 +439,7 @@ def _default_mime_types():
'.jpeg' : 'image/jpeg',
'.jpg' : 'image/jpeg',
'.js' : 'application/javascript',
'.json' : 'application/json',
'.ksh' : 'text/plain',
'.latex' : 'application/x-latex',
'.m1v' : 'video/mpeg',