mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
Created market share chart data endpoint
This commit is contained in:
parent
0745efc766
commit
0c960fea67
2 changed files with 43 additions and 0 deletions
|
@ -99,6 +99,11 @@ Rails.application.routes.draw do
|
|||
end
|
||||
resources :auctions, only: %i[index]
|
||||
resources :retained_domains, only: %i[index]
|
||||
resources :stats do
|
||||
collection do
|
||||
get '/market_share', to: 'stats#market_share'
|
||||
end
|
||||
end
|
||||
namespace :registrar do
|
||||
resources :notifications, only: [:index, :show, :update] do
|
||||
collection do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue