mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
whois update in auction list
This commit is contained in:
parent
316f00cadc
commit
06254fb994
3 changed files with 19 additions and 5 deletions
|
@ -64,13 +64,11 @@ module Admin
|
|||
|
||||
response = base_get_request(uri: uri, port: ENV['registry_demo_registrar_port'])
|
||||
|
||||
if response.code == "200"
|
||||
return record_result_for_each_api_user(response: response)
|
||||
if response.code == '200'
|
||||
record_result_for_each_api_user(response: response)
|
||||
else
|
||||
return redirect_to request.referer, notice: 'Registrar no found'
|
||||
redirect_to request.referer, notice: 'Registrar no found'
|
||||
end
|
||||
|
||||
redirect_to request.referer, notice: 'Something goes wrong'
|
||||
end
|
||||
|
||||
def remove_test_date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue