mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
Disable namesservers massupdate
This commit is contained in:
parent
66b00b7a77
commit
61cbc38a11
3 changed files with 48 additions and 44 deletions
|
@ -57,11 +57,12 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
resources :nameservers do
|
||||
collection do
|
||||
match 'replace_all', via: [:post, :get]
|
||||
end
|
||||
end
|
||||
# turned off requested by client
|
||||
# resources :nameservers do
|
||||
# collection do
|
||||
# match 'replace_all', via: [:post, :get]
|
||||
# end
|
||||
# end
|
||||
|
||||
resources :contacts do
|
||||
member do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue