X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/12b9d77ecca3043b65015860359ce447b68fccfb..9bd3b2729a61f62ddbab10ac65fd9f7de837a10d:/services/api/app/controllers/arvados/v1/keep_disks_controller.rb diff --git a/services/api/app/controllers/arvados/v1/keep_disks_controller.rb b/services/api/app/controllers/arvados/v1/keep_disks_controller.rb index e8ccf2386c..2db2a60452 100644 --- a/services/api/app/controllers/arvados/v1/keep_disks_controller.rb +++ b/services/api/app/controllers/arvados/v1/keep_disks_controller.rb @@ -22,7 +22,7 @@ class Arvados::V1::KeepDisksController < ApplicationController # Render the :superuser view (i.e., include the ping_secret) even # if !current_user.is_admin. This is safe because @object.ping's # success implies the ping_secret was already known by the client. - render json: @object.as_api_response(:superuser) + send_json @object.as_api_response(:superuser) end end