Commit 71da3032 authored by Drew Blessing's avatar Drew Blessing Committed by Drew Blessing

Remove deprecated `/admin/application_settings` redirect

12.8 deprecated the endpoint and redirected to
`/admin/application_settings/general`. For 13.0 the endpoint can
be removed since it's potentially a breaking change
for a user that had the endpoint bookmarked.
parent a7e49cba
---
title: Remove deprecated /admin/application_settings redirect
merge_request: 30532
author:
type: removed
......@@ -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
......
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