From be764a3a20c7cecce2a047ddd46aff954c33b306 Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Thu, 14 Jan 2016 12:12:05 +0100 Subject: Minor improvements in build arfifacts browser Added also a `Gitlab::Ci::Build::Artifacts::Metadata::ParserError` exception class. --- config/routes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') 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 -- cgit v1.2.3