diff --git a/config/routes.rb b/config/routes.rb index d5b5cb2d5e..20abf408b7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -610,7 +610,7 @@ Rails.application.routes.draw do resource :artifacts, only: [] do get :download - get 'browse(/*path)', action: :browse, as: :browse + get 'browse(/*path)', action: :browse, as: :browse, format: false end end