diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb index d7fb7407794..0a29782f55b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -609,8 +609,8 @@ Rails.application.routes.draw do resource :artifacts, only: [] do get :download - get :browse, path: 'browse(/*path)', action: :browse, format: false - get :file, path: 'file/*path', action: :file, format: false + get :browse, path: 'browse(/*path)', format: false + get :file, path: 'file/*path', format: false end end |