mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
Added white ip show page
This commit is contained in:
parent
18cd6f5046
commit
b44c757602
2 changed files with 8 additions and 2 deletions
|
@ -109,7 +109,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
resources :api_users, only: %i[index show update create destroy]
|
||||
resources :white_ips, only: %i[index update create destroy]
|
||||
resources :white_ips, only: %i[index show 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