summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-04-17 16:58:41 +0200
committerTomasz Maczukin <tomasz@maczukin.pl>2016-04-19 23:17:49 +0200
commitbf4371d60d651ffddd6b70aaa4bfde4f0e05c388 (patch)
treed097d4bdaedf766ad7557729aea4fcc035a5d3aa /config
parent27d1349f2b2a909565073ef144acc51295313f50 (diff)
downloadgitlab-ce-bf4371d60d651ffddd6b70aaa4bfde4f0e05c388.tar.gz
Switch raw trace to use X-Sendfile header
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index bc48728470f..79b62a0b1bb 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -669,7 +669,7 @@ Rails.application.routes.draw do
post :cancel
post :retry
post :erase
- get :raw, format: false
+ get :raw
end
resource :artifacts, only: [] do