diff options
author | Andrew Newdigate <andrew@gitlab.com> | 2018-11-01 12:56:32 +0000 |
---|---|---|
committer | Andrew Newdigate <andrew@gitlab.com> | 2018-11-01 12:56:32 +0000 |
commit | cfe3cfb370ca112c5cab2af3550cf68c2ec6042d (patch) | |
tree | fe6d8aed7bd3c672aee81f3a02b5eb5bd4eeecae /config | |
parent | e62168fcae0089d84ff00c799f98915de5ec1145 (diff) | |
download | gitlab-ce-cfe3cfb370ca112c5cab2af3550cf68c2ec6042d.tar.gz |
Adding chaos to GitLab through chaos endpoints
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 37c7f98ec98..4764b85cc30 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -82,6 +82,8 @@ Rails.application.routes.draw do draw :operations draw :instance_statistics + + get '/chaos/sleep' => 'chaos#sleep' end draw :api |