diff options
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 9571d49d9d5..5d97d50cb82 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -36,5 +36,8 @@ module API mount Internal mount SystemHooks mount UserTeams + mount ProjectSnippets + mount DeployKeys + mount ProjectHooks end end |