summaryrefslogtreecommitdiff
path: root/config/routes/instance_statistics.rb
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