mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Nameserver deserializer
This commit is contained in:
parent
b39de0885a
commit
7459d7e0c5
4 changed files with 53 additions and 21 deletions
|
@ -59,7 +59,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
end
|
||||
resources :domains do
|
||||
resources :domains, constraints: { id: /.*/ } do
|
||||
collection do
|
||||
get ':id/transfer_info', to: 'domains#transfer_info', constraints: { id: /.*/ }
|
||||
post 'transfer', to: 'domains#transfer'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue