mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Fix tests
This commit is contained in:
parent
a80d037677
commit
f2a1ee101b
1 changed files with 1 additions and 8 deletions
|
@ -63,14 +63,7 @@ Rails.application.routes.draw do
|
||||||
collection do
|
collection do
|
||||||
get ':id/transfer_info', to: 'domains#transfer_info', constraints: { id: /.*/ }
|
get ':id/transfer_info', to: 'domains#transfer_info', constraints: { id: /.*/ }
|
||||||
post 'transfer', to: 'domains#transfer'
|
post 'transfer', to: 'domains#transfer'
|
||||||
end
|
patch 'contacts', to: 'domains/contacts#update'
|
||||||
end
|
|
||||||
|
|
||||||
namespace :domains do
|
|
||||||
resources :contacts do
|
|
||||||
collection do
|
|
||||||
patch '/', to: 'domains/contacts#update'
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue