diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-17 10:03:46 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-09-17 17:09:10 +0200 |
commit | 7166f7b7cf18e1760e9d4ccfd9ed9622c0869b30 (patch) | |
tree | a96dc75383a53d27eb311652391f9ae154c77e6b /config | |
parent | b75e4d7149ff40ac4519234b2e351521eb038982 (diff) | |
download | gitlab-ce-7166f7b7cf18e1760e9d4ccfd9ed9622c0869b30.tar.gz |
Remove CI help
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/routes.rb b/config/routes.rb index 41970d2af8a..b5a84c1f192 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -9,10 +9,6 @@ Gitlab::Application.routes.draw do resource :lint, only: [:show, :create] - resource :help do - get :oauth2 - end - resources :projects do collection do post :add |