summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndrey Kumanyaev <me@zzet.org>2013-01-19 21:47:08 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-24 22:31:24 +0200
commitea6f46cb87c7ba8c0c620a8ff954f203b3276a7c (patch)
treecdd5c1375caaf79815959bf23300b568041c1564 /config
parent360aa1b4075ba6ffa9927971c580db0059ab4842 (diff)
downloadgitlab-ce-ea6f46cb87c7ba8c0c620a8ff954f203b3276a7c.tar.gz
Team members public section
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 4a6b0d0b74d..44678ca0266 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -139,6 +139,10 @@ Gitlab::Application.routes.draw do
delete :relegate_project
put :update_access
end
+ scope module: :teams do
+ resources :members
+ end
+ end
collection do
get :search
end