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:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-17 11:03:46 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-17 18:09:10 +0300
commit7166f7b7cf18e1760e9d4ccfd9ed9622c0869b30 (patch)
treea96dc75383a53d27eb311652391f9ae154c77e6b /config
parentb75e4d7149ff40ac4519234b2e351521eb038982 (diff)
Remove CI help
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb4
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