update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b second try
[osm/SO.git] / rwlaunchpad / plugins / rwlaunchpadtasklet / rift / package / handler.py
index 4c000cd..34b84b1 100644 (file)
@@ -167,4 +167,5 @@ class FileRestApiHandler(tornado.web.StaticFileHandler):
 
         # Return the root object!
         structure = folder_cache[root_dir].serialize()
+        self.set_header('Content-Type','application/json')
         self.write(tornado.escape.json_encode(structure))