summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndrey Kumanyaev <me@zzet.org>2012-12-26 02:52:20 +0400
committerAndrey Kumanyaev <me@zzet.org>2012-12-26 19:52:15 +0400
commit9c574464a6051536ee83a93e8270a7dd9d85da33 (patch)
tree306ca832f425920b8ccfbff150dacb5e39359e4d /config
parent17ea019f4e43b4fb394544f9d86ab3016f54d28e (diff)
downloadgitlab-ce-9c574464a6051536ee83a93e8270a7dd9d85da33.tar.gz
Add functional in admin section
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 4317962f607..659d1a04b55 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -47,6 +47,7 @@ Gitlab::Application.routes.draw do
resources :groups, constraints: { id: /[^\/]+/ } do
member do
put :project_update
+ put :project_teams_update
delete :remove_project
end
end