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 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 |