X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1ab570c97f6124ec4249f03c58cbb586f147e11f..de8324b3fbbf3f67f0f61c162f5895e8dcd3142d:/services/api/app/controllers/database_controller.rb?ds=sidebyside diff --git a/services/api/app/controllers/database_controller.rb b/services/api/app/controllers/database_controller.rb index 04c0e79d6c..64818da375 100644 --- a/services/api/app/controllers/database_controller.rb +++ b/services/api/app/controllers/database_controller.rb @@ -68,6 +68,6 @@ class DatabaseController < ApplicationController end # Done. - render json: {success: true} + send_json success: true end end