We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8e3c4 commit 020c4a4Copy full SHA for 020c4a4
api/json_v1.py
@@ -32,7 +32,7 @@ class ManufacturerList(webapp.RequestHandler):
32
CACHE_KEY = memcache_keys.MANUFACTURER_CACHE_KEY
33
34
def get(self):
35
- self.response.headers['Content-Type'] = 'text/plain'
+ self.response.headers['Content-Type'] = 'application/json'
36
self.response.headers['Cache-Control'] = 'public; max-age=300;'
37
38
response = memcache.get(memcache_keys.MANUFACTURER_CACHE_KEY)
0 commit comments