mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
REPP: Move domain transfer info to rails API format
This commit is contained in:
parent
6c655e1179
commit
d1ab61f424
4 changed files with 68 additions and 52 deletions
|
@ -59,6 +59,12 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
end
|
||||
resources :domains do
|
||||
collection do
|
||||
get ':id/transfer_info', to: 'domains#transfer_info', constraints: { id: /.*/ }
|
||||
end
|
||||
end
|
||||
|
||||
namespace :domains do
|
||||
resources :contacts do
|
||||
collection do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue