X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a25c9cb6721e61afe433a238b2e2c580adf97f31..72513393310d7f22688afa93f51b05e1d42bae08:/services/api/app/controllers/static_controller.rb diff --git a/services/api/app/controllers/static_controller.rb b/services/api/app/controllers/static_controller.rb index 9c66f01872..f0992c1831 100644 --- a/services/api/app/controllers/static_controller.rb +++ b/services/api/app/controllers/static_controller.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class StaticController < ApplicationController respond_to :json, :html @@ -21,7 +25,7 @@ class StaticController < ApplicationController end def empty - render text: "-" + render text: "" end end