Fixed test break and JSON MIME type. Fixes issue #2978.

This commit is contained in:
lubosdz
2014-04-04 13:50:58 +02:00
parent a97a35bab7
commit 164459f90a
2 changed files with 8 additions and 2 deletions

View File

@ -71,6 +71,8 @@ return [
'jpeg' => 'image/jpeg',
'jpg' => 'image/jpeg',
'js' => 'application/x-javascript',
'json' => 'application/json',
'jsonp' => 'text/javascript',
'kar' => 'audio/midi',
'latex' => 'application/x-latex',
'lha' => 'application/octet-stream',