diff options
Diffstat (limited to 'lib/api.rb')
-rw-r--r-- | lib/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api.rb b/lib/api.rb index 3264f6a8fa6..d241f9b7479 100644 --- a/lib/api.rb +++ b/lib/api.rb @@ -33,5 +33,6 @@ module Gitlab mount MergeRequests mount Notes mount Internal + mount SystemHooks end end |