diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-03-13 16:25:54 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-03-15 13:51:11 +0100 |
commit | 75aff0f79c73ccc430a8c92b2317d114a5c8b24d (patch) | |
tree | a999e2771a724988492355c7a5bcee3953caab30 /config/routes.rb | |
parent | e97cdb042d941c989b303137c42e4c22f535f36b (diff) | |
download | gitlab-ce-75aff0f79c73ccc430a8c92b2317d114a5c8b24d.tar.gz |
Move project members index from `/team` to `/project_members`
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 547d1aa8660..1b7ae09c773 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -425,7 +425,6 @@ Gitlab::Application.routes.draw do end end - resources :team, controller: 'team_members', only: [:index] resources :milestones, except: [:destroy], constraints: { id: /\d+/ } do member do put :sort_issues |