mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-13 21:01:16 +08:00
8 lines
160 B
Ruby
8 lines
160 B
Ruby
json.payload do
|
|
json.success true
|
|
json.partial! 'auth.json.jbuilder', resource: @resource
|
|
json.data do
|
|
json.created_at @resource.created_at
|
|
end
|
|
end
|