summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 40a73fd..fcb2d4a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -5,7 +5,9 @@ GitlabCi::Application.routes.draw do
API::API.logger Rails.logger
mount API::API => '/api'
- resource :help
+ resource :help do
+ get :oauth2
+ end
resources :projects do
collection do