forked from Gitlink/forgeplus
4 lines
154 B
Plaintext
4 lines
154 B
Plaintext
|
|
json.total_count @webhooks.total_count
|
||
|
|
json.webhooks @webhooks do |webhook|
|
||
|
|
json.partial! "api/v1/projects/webhooks/simple_detail", webhook: webhook
|
||
|
|
end
|