mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-28 21:59:02 +08:00
Merge pull request #406 from Cykey/master
Set the correct json content-type
This commit is contained in:
commit
91136d7731
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user