mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
Added market share growth rate data endpoint
This commit is contained in:
parent
261e2d3162
commit
dc4c3cf616
6 changed files with 90 additions and 11 deletions
|
@ -101,7 +101,8 @@ Rails.application.routes.draw do
|
|||
resources :retained_domains, only: %i[index]
|
||||
resources :stats do
|
||||
collection do
|
||||
get '/market_share', to: 'stats#market_share'
|
||||
get '/market_share_distribution', to: 'stats#market_share_distribution'
|
||||
get '/market_share_growth_rate', to: 'stats#market_share_growth_rate'
|
||||
end
|
||||
end
|
||||
namespace :registrar do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue