mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +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
|
||||
get ':id/transfer_info', to: 'domains#transfer_info', constraints: { id: /.*/ }
|
||||
post 'transfer', to: 'domains#transfer'
|
||||
end
|
||||
end
|
||||
|
||||
namespace :domains do
|
||||
resources :contacts do
|
||||
collection do
|
||||
patch '/', to: 'domains/contacts#update'
|
||||
end
|
||||
patch 'contacts', to: 'domains/contacts#update'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue