mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-09 22:39:50 +08:00
11 lines
265 B
Ruby
11 lines
265 B
Ruby
json.status 0
|
|
json.message "success"
|
|
json.data do
|
|
json.array! @install_bots do |install_bot|
|
|
json.installation_id install_bot.id
|
|
json.extract! install_bot.bot, :id, :name
|
|
json.bot_id install_bot.bot.id
|
|
json.bot_name install_bot.bot.name
|
|
|
|
end
|
|
end |