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:
Diffstat (limited to 'config/routes/admin.rb')
-rw-r--r--config/routes/admin.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index 3e04f0d97cb..39d639a70cc 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -95,7 +95,8 @@ namespace :admin do
resources :projects, only: [:index]
- resources :instance_statistics, 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