diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-14 14:50:56 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-14 14:50:56 +0200 |
commit | dba63d667d536c939400979a22967ed9b25980b2 (patch) | |
tree | 224155b5cdd0bc9db91df26436a2387f4a3116af /config | |
parent | f6cb42f3d197b7920207088f5fa5f5161be90905 (diff) | |
download | gitlab-ce-dba63d667d536c939400979a22967ed9b25980b2.tar.gz |
Allow user map to be specified.
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
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 |