Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 0ab625d

Browse files
committed
fix json content type
1 parent 6a9fe32 commit 0ab625d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class MongoHTTPRequest(BaseHTTPRequestHandler):
6565
"gif" : "image/gif",
6666
"jpg" : "image/jpeg",
6767
"png" : "image/png",
68-
"json" : "text/json",
68+
"json" : "application/json",
6969
"css" : "text/css",
7070
"js" : "text/javascript",
7171
"ico" : "image/vnd.microsoft.icon" }

0 commit comments

Comments
 (0)