Commit 502f5265 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch 'dblessing-remove-app-settings-redirect' into 'master'

Remove deprecated `/admin/application_settings` redirect

Closes #199427

See merge request gitlab-org/gitlab!30532
parents 257a1efd 71da3032
---
title: Remove deprecated /admin/application_settings redirect
merge_request: 30532
author:
type: removed
...@@ -116,10 +116,6 @@ namespace :admin do ...@@ -116,10 +116,6 @@ namespace :admin do
end end
resource :application_settings, only: :update do 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 :services, only: [:index, :edit, :update]
resources :integrations, only: [:edit, :update] do resources :integrations, only: [:edit, :update] do
member do member do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment