Merge pull request #406 from Cykey/master

Set the correct json content-type
This commit is contained in:
Sergey Lyubka 2014-07-27 11:12:52 +01:00
commit 91136d7731

View File

@ -1342,7 +1342,7 @@ static const struct {
{".ogg", 4, "application/ogg"},
{".ram", 4, "audio/x-pn-realaudio"},
{".xml", 4, "text/xml"},
{".json", 5, "text/json"},
{".json", 5, "application/json"},
{".xslt", 5, "application/xml"},
{".xsl", 4, "application/xml"},
{".ra", 3, "audio/x-pn-realaudio"},