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-04-29 18:09:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-29 18:09:58 +0300
commit647de7e6fd971d435396cc8730a2d162240e3d7c (patch)
tree3e2fc4e6e8027375d6061f2ad4badda04ef04476 /config/routes
parent4233d3aa86fe94e6288279aa55d42ed95bfe753c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/routes')
-rw-r--r--config/routes/admin.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index 96cd6e5f587..8ba6a6a09e2 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -116,10 +116,6 @@ namespace :admin do
end
resource :application_settings, only: :update do
- # This redirect should be removed with 13.0 release.
- # https://gitlab.com/gitlab-org/gitlab/issues/199427
- get '/', to: redirect('admin/application_settings/general'), as: nil
-
resources :services, only: [:index, :edit, :update]
resources :integrations, only: [:edit, :update] do
member do