diff options
author | Phil Hughes <me@iamphill.com> | 2017-01-26 16:03:07 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-02-03 17:02:43 +0300 |
commit | 3aabf0c6aa2b76ef4458250ca98876e3f268fe14 (patch) | |
tree | dfa8faa18be2200b8fa65e6116276a6fb3eaad83 /config | |
parent | 54461ce2a3a35071e82fac11f70d39373de424a6 (diff) | |
download | gitlab-ce-3aabf0c6aa2b76ef4458250ca98876e3f268fe14.tar.gz |
Used issue bulk update instead of different endpoint
Diffstat (limited to 'config')
-rw-r--r-- | config/routes/project.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb index afd895a5a1e..46d6530333d 100644 --- a/config/routes/project.rb +++ b/config/routes/project.rb @@ -274,7 +274,6 @@ constraints(ProjectUrlConstrainer.new) do resources :lists, only: [:index, :create, :update, :destroy] do collection do post :generate - post :multiple end resources :issues, only: [:index, :create] |