Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-28 18:08:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-28 18:08:02 +0300
commit1f1e53f43f87cada9b515571cc973e9eadcbc4e4 (patch)
treed9bca1bda729b495601634947665f11279b5d6cf /config/routes
parenta83a97f60432c6c352af80d55339e9fe45b63307 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/project.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 219cf3a5ea6..9c979e642cc 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -71,8 +71,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
end
namespace :settings do
- get :members, to: redirect("%{namespace_id}/%{project_id}/-/project_members")
-
resource :ci_cd, only: [:show, :update], controller: 'ci_cd' do
post :reset_cache
put :reset_registration_token