Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd645ec commit e29ab7eCopy full SHA for e29ab7e
1 file changed
Lib/mimetypes.py
@@ -439,6 +439,7 @@ def _default_mime_types():
439
'.jpeg' : 'image/jpeg',
440
'.jpg' : 'image/jpeg',
441
'.js' : 'application/javascript',
442
+ '.json' : 'application/json',
443
'.ksh' : 'text/plain',
444
'.latex' : 'application/x-latex',
445
'.m1v' : 'video/mpeg',
0 commit comments