diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-08-16 08:45:23 +0200 |
---|---|---|
committer | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-08-18 21:10:52 +0200 |
commit | 47d6f286eb565ae582def5a28af2cb450b2ee479 (patch) | |
tree | bff99a661fb7420ac4cc51fb2ee2c38361cf7fe3 /lib/api/api.rb | |
parent | fffe5c2b577b39be2254525d4320cf396b7ff58b (diff) | |
download | gitlab-ce-47d6f286eb565ae582def5a28af2cb450b2ee479.tar.gz |
Add deployment endpoints
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 d9261c97908..6b8bfbbdae6 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -43,6 +43,7 @@ module API mount ::API::CommitStatuses mount ::API::Commits mount ::API::DeployKeys + mount ::API::Deployments mount ::API::Environments mount ::API::Files mount ::API::Groups |