diff options
author | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-02-24 09:23:19 +0100 |
---|---|---|
committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-03-03 10:29:37 +0100 |
commit | b795e3a069ec3d6fdfb5fc5942310166de349cd9 (patch) | |
tree | bea0b9710e628ab1e26fc48fcf6204869592a716 /lib/api/api.rb | |
parent | 93ed053359f7ece17c97f7c3d15f79821159a522 (diff) | |
download | gitlab-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.rb | 2 |
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 |