diff options
author | Fabio Papa <fabtheman@gmail.com> | 2019-07-12 10:37:24 -0700 |
---|---|---|
committer | Fabio Papa <fabtheman@gmail.com> | 2019-07-12 10:37:24 -0700 |
commit | 6c51aadf35c4e7899da99c85c3fc4c01484819f2 (patch) | |
tree | c683e3d7ebcf3e188f1dd85b8701ff972e7f8a3d /lib/api/api.rb | |
parent | 9b176c65159e4186f79eae2107af80e69132ba09 (diff) | |
parent | 6457d5edb7d66df5dd3d5ba1f1ea0c56a59287a8 (diff) | |
download | gitlab-ce-6c51aadf35c4e7899da99c85c3fc4c01484819f2.tar.gz |
Merge branch 'maintainers-can-create-subgroup' of https://gitlab.com/fapapa/gitlab-ce into maintainers-can-create-subgroup
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 42499c5b41e..574934d7f90 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -111,6 +111,7 @@ module API mount ::API::Features mount ::API::Files mount ::API::GroupBoards + mount ::API::GroupClusters mount ::API::GroupLabels mount ::API::GroupMilestones mount ::API::Groups @@ -166,6 +167,7 @@ module API mount ::API::Templates mount ::API::Todos mount ::API::Triggers + mount ::API::UserCounts mount ::API::Users mount ::API::Variables mount ::API::Version |