Set the correct json content-type

Chance text/json to application/json to comply with the RFC.

See http://www.ietf.org/rfc/rfc4627.txt for more information.
This commit is contained in:
David M. 2014-07-26 20:55:59 -04:00
parent 6c77208236
commit bc4e47630a

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"},