diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-04-16 23:32:18 +0200 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2016-04-19 23:17:49 +0200 |
commit | 27d1349f2b2a909565073ef144acc51295313f50 (patch) | |
tree | b8dccf84b88bb5731c3980a9add60ab2284601e5 /config | |
parent | c3cc3320805af4f86a1304ace787ec56102e2204 (diff) | |
download | gitlab-ce-27d1349f2b2a909565073ef144acc51295313f50.tar.gz |
Add raw trace output for GitLab Workhorse
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
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 |