Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-04-17 00:32:18 +0300
committerTomasz Maczukin <tomasz@maczukin.pl>2016-04-20 00:17:49 +0300
commit27d1349f2b2a909565073ef144acc51295313f50 (patch)
treeb8dccf84b88bb5731c3980a9add60ab2284601e5 /config
parentc3cc3320805af4f86a1304ace787ec56102e2204 (diff)
Add raw trace output for GitLab Workhorse
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index b9f30ede524..bc48728470f 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -669,6 +669,7 @@ Rails.application.routes.draw do
post :cancel
post :retry
post :erase
+ get :raw, format: false
end
resource :artifacts, only: [] do