mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Nameserver hostname replacing
This commit is contained in:
parent
23098add74
commit
1f2ba55acb
7 changed files with 135 additions and 0 deletions
|
@ -55,6 +55,12 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
resources :nameservers do
|
||||
collection do
|
||||
get 'replace_hostnames'
|
||||
end
|
||||
end
|
||||
|
||||
resources :contacts do
|
||||
member do
|
||||
get 'delete'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue