Welcome to mirror list, hosted at ThFree Co, Russian Federation.

instance_statistics.rb « routes « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 967255d5b82e0ccefa08983610caedc037a325f1 (plain)
1
2
3
4
5
6
7
8
# 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