X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/44c95f99098fa6c6acbfa82d4b6cbc6015eb6e39..30d37841e979eacd15f11cbaf608d507af379a86:/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 594dc43629..f0992c1831 100644 --- a/services/api/app/controllers/static_controller.rb +++ b/services/api/app/controllers/static_controller.rb @@ -25,7 +25,7 @@ class StaticController < ApplicationController end def empty - render text: "-" + render text: "" end end