mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
[3.6] bpo-30824: Add mimetype for .json (GH-3048) (#3401)
(cherry picked from commit 8204b90368
)
This commit is contained in:
parent
fd645ec6f5
commit
e29ab7e751
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue