mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
4 lines
154 B
Ruby
4 lines
154 B
Ruby
json.total_count @webhooks.total_count
|
|
json.webhooks @webhooks do |webhook|
|
|
json.partial! "api/v1/projects/webhooks/simple_detail", webhook: webhook
|
|
end |