Chatwoot/app/views/api/v1/accounts/portals/index.json.jbuilder

9 lines
162 B
Text
Raw Normal View History

json.payload do
json.array! @portals, partial: 'portal', as: :portal
end
2022-07-28 08:29:16 +00:00
json.meta do
json.current_page @current_page
json.portals_count @portals.size
end