Commit bd4899be authored by Grzegorz Bizon's avatar Grzegorz Bizon

Disable `:format` in artifacts browser path

parent b19e958d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment