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/instance_statistics.rb')
-rw-r--r--config/routes/instance_statistics.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/routes/instance_statistics.rb b/config/routes/instance_statistics.rb
deleted file mode 100644
index 967255d5b82..00000000000
--- a/config/routes/instance_statistics.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-# frozen_string_literal: true
-
-namespace :instance_statistics do
- root to: redirect('-/instance_statistics/dev_ops_score')
-
- resources :cohorts, only: :index
- resources :dev_ops_score, only: :index
-end