mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-14 22:24:36 +08:00
add hooks controler and related services
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
json.count @hooks_size
|
||||
json.hooks do
|
||||
json.array! @hooks.each do |h|
|
||||
json.merge! h
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user