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:
authorDouwe Maan <douwe@gitlab.com>2015-04-14 15:50:56 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-14 15:50:56 +0300
commitdba63d667d536c939400979a22967ed9b25980b2 (patch)
tree224155b5cdd0bc9db91df26436a2387f4a3116af /config
parentf6cb42f3d197b7920207088f5fa5f5161be90905 (diff)
Allow user map to be specified.
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 88e0227121b..c99980f5e29 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -86,6 +86,9 @@ Gitlab::Application.routes.draw do
get :status
post :callback
get :jobs
+
+ get :new_user_map, path: :user_map
+ post :create_user_map, path: :user_map
end
end