diff options
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index d5b5cb2d5e3..20abf408b73 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 |