mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Move affected domains to the top of the hash, update integration test
This commit is contained in:
parent
3e81366cfc
commit
6fb1e44cca
6 changed files with 15 additions and 11 deletions
|
@ -37,8 +37,8 @@ module Repp
|
|||
status 200
|
||||
@response = { data: { type: 'nameserver',
|
||||
id: params[:data][:attributes][:hostname],
|
||||
attributes: params[:data][:attributes],
|
||||
affected_domains: affected_domains } }
|
||||
attributes: params[:data][:attributes]},
|
||||
affected_domains: affected_domains }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue