X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c3695bc7282996d66fb1922d7971aa86fb497968..657235e9e2b90c837efe809fc014fe6fe0cb9b23:/services/api/app/controllers/database_controller.rb 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