Commit 9e270bce authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch '321670-remove-deprecated-instance-statistics-route' into 'master'

Remove old route redirect

See merge request gitlab-org/gitlab!60485
parents c0d9db48 9191c040
---
title: Remove old redirect rule for the usage trends feature
merge_request: 60485
author:
type: changed
......@@ -104,7 +104,6 @@ namespace :admin do
resources :projects, only: [:index]
get '/instance_statistics', to: redirect('admin/usage_trends')
resources :usage_trends, only: :index
resource :dev_ops_report, controller: 'dev_ops_report', only: :show
resources :cohorts, only: :index
......
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