diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-24 09:29:53 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2017-02-24 10:31:44 +0100 |
commit | 2ac84e36f92a14f70e4dd18fa872bea3d997f87a (patch) | |
tree | fc9c9ba438022c46f4e8b67edace0d6ae38d5621 /lib/api/api.rb | |
parent | 161500366561297626ca6df76fb68beb846d5249 (diff) | |
download | gitlab-ce-2ac84e36f92a14f70e4dd18fa872bea3d997f87a.tar.gz |
Backport groups API to V3
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 1803387bb8c..dc732012a33 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -10,6 +10,7 @@ module API mount ::API::V3::Commits mount ::API::V3::DeployKeys mount ::API::V3::Files + mount ::API::V3::Groups mount ::API::V3::Issues mount ::API::V3::Labels mount ::API::V3::Members |