mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
117226457-uuid
This commit is contained in:
parent
16641ce2c2
commit
21da9bbc9b
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ module Repp
|
|||
response_code: status,
|
||||
api_user_name: current_user.try(:username),
|
||||
api_user_registrar: current_user.try(:registrar).try(:to_s),
|
||||
ip: request.ip
|
||||
ip: request.ip,
|
||||
uuid: request.try(:uuid)
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue