mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 06:26:15 +02:00
Added ApiUser and WhiteIp endpoints to REPP API
This commit is contained in:
parent
0442f7f087
commit
b84e9e1579
9 changed files with 206 additions and 3 deletions
|
@ -108,6 +108,8 @@ Rails.application.routes.draw do
|
|||
get '/market_share_growth_rate', to: 'stats#market_share_growth_rate'
|
||||
end
|
||||
end
|
||||
resources :api_users, only: %i[index show update create destroy]
|
||||
resources :white_ips, only: %i[index update create destroy]
|
||||
namespace :registrar do
|
||||
resources :notifications, only: %i[index show update] do
|
||||
collection do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue