diff options
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 4db81f42b4c..45efcc8cd47 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -39,5 +39,6 @@ module API mount DeployKeys mount ProjectHooks mount Services + mount Files end end |