summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-02-24 09:23:19 +0100
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-03-03 10:29:37 +0100
commitb795e3a069ec3d6fdfb5fc5942310166de349cd9 (patch)
treebea0b9710e628ab1e26fc48fcf6204869592a716 /lib/api/api.rb
parent93ed053359f7ece17c97f7c3d15f79821159a522 (diff)
downloadgitlab-ce-zj-api-rename-v2.tar.gz
Update tests to passzj-api-rename-v2
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r--lib/api/api.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb
index af92ff9de4c..0b888cf8589 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -12,11 +12,13 @@ module API
mount ::API::V3::Builds
mount ::API::V3::Commits
mount ::API::V3::DeployKeys
+ mount ::API::V3::Deployments
mount ::API::V3::Environments
mount ::API::V3::Files
mount ::API::V3::Groups
mount ::API::V3::Issues
mount ::API::V3::Labels
+ mount ::API::V3::Groups
mount ::API::V3::Members
mount ::API::V3::MergeRequestDiffs
mount ::API::V3::MergeRequests