mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
Deserializers: Mirror ContactCreate from ContactUpdate
This commit is contained in:
parent
aac74e26f1
commit
a782b19d28
3 changed files with 11 additions and 24 deletions
|
@ -36,7 +36,7 @@ module Repp
|
|||
return
|
||||
end
|
||||
|
||||
render_success(create_update_success_data)
|
||||
render_success(create_update_success_body)
|
||||
end
|
||||
|
||||
## PUT /repp/v1/contacts/1
|
||||
|
@ -50,7 +50,7 @@ module Repp
|
|||
return
|
||||
end
|
||||
|
||||
render_success(create_update_success_data)
|
||||
render_success(create_update_success_body)
|
||||
end
|
||||
|
||||
def contact_addr_present?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue