diff --git a/api/json_v1.py b/api/json_v1.py index 248192e8..47a0588a 100644 --- a/api/json_v1.py +++ b/api/json_v1.py @@ -32,7 +32,7 @@ class ManufacturerList(webapp.RequestHandler): CACHE_KEY = memcache_keys.MANUFACTURER_CACHE_KEY def get(self): - self.response.headers['Content-Type'] = 'text/plain' + self.response.headers['Content-Type'] = 'application/json' self.response.headers['Cache-Control'] = 'public; max-age=300;' response = memcache.get(memcache_keys.MANUFACTURER_CACHE_KEY)