added ip to white list

This commit is contained in:
Oleg Hasjanov 2021-08-27 19:03:43 +03:00 committed by olegphenomenon
parent cc07350551
commit 5a19149129
5 changed files with 16 additions and 9 deletions

View file

@ -50,6 +50,8 @@ module Api
accreditation_expire_date])
data[:registrar_name] = registrar.name
data[:registrar_reg_no] = registrar.reg_no
data[:registrar_email] = registrar.email
data[:code] = registrar.code
data
end