summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-04-25 18:00:15 +0200
committerJames Lopez <james@jameslopez.es>2016-04-25 18:00:15 +0200
commit10f1609535742173d8747d3a1097ed7e919fb9e2 (patch)
tree8a957c885b81ceb5cd4d85602ee4e665bc0e020b /config
parent8f973b8f6887da082c4e4c777dc3961fae32ab16 (diff)
downloadgitlab-ce-10f1609535742173d8747d3a1097ed7e919fb9e2.tar.gz
changes to be picked by the UI branch
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 79b62a0b1bb..df6116b6eaf 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -156,6 +156,12 @@ Rails.application.routes.draw do
get :new_user_map, path: :user_map
post :create_user_map, path: :user_map
end
+
+ resource :gitlab_project, only: [:create, :new], controller: :gitlab_projects do
+ get :status
+ get :callback
+ get :jobs
+ end
end
#