mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
7 lines
150 B
Ruby
7 lines
150 B
Ruby
json.status 0
|
|
json.message "success"
|
|
json.data do
|
|
json.array! @install_bots do |install_bot|
|
|
json.extract! install_bot.bot, :id, :name
|
|
end
|
|
end |