summaryrefslogtreecommitdiff
path: root/lib/api.rb
diff options
context:
space:
mode:
authorMatt Humphrey <matt@tomatto.co.uk>2013-03-06 10:33:32 +0000
committerMatt Humphrey <matt@tomatto.co.uk>2013-03-06 15:15:26 +0000
commit1dd712ddc238d2e6c30be09cb071c8e9b60cfcac (patch)
tree2949939acfd0355612e6f91be2936aa462904e6f /lib/api.rb
parentd03af842c5ea0fdc40e709e9b3104c4d723828ab (diff)
downloadgitlab-ce-1dd712ddc238d2e6c30be09cb071c8e9b60cfcac.tar.gz
System hooks API.
Diffstat (limited to 'lib/api.rb')
-rw-r--r--lib/api.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api.rb b/lib/api.rb
index da31a1519dd..2a9a0eb2842 100644
--- a/lib/api.rb
+++ b/lib/api.rb
@@ -20,5 +20,6 @@ module Gitlab
mount MergeRequests
mount Notes
mount Internal
+ mount SystemHooks
end
end