3410: Add default_collection_replication to config and discovery doc.
[arvados.git] / services / api / app / controllers / arvados / v1 / virtual_machines_controller.rb
index e17634812122ceed2f901286891a6393410ab292..35e5e4257afa5745e1e5a36337a284da2a141ccd 100644 (file)
@@ -38,6 +38,6 @@ class Arvados::V1::VirtualMachinesController < ApplicationController
         end
       end
     end
-    render json: { kind: "arvados#HashList", items: @response }
+    send_json kind: "arvados#HashList", items: @response
   end
 end