diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-15 12:10:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-15 12:10:11 +0000 |
commit | 96acc69fae1ee7d559ba7eaa4e8304c8261525e3 (patch) | |
tree | b1ed433da35a415cab8ed544d85ac4c939efab0e /lib/api/api.rb | |
parent | a1498861799d1695682d72870580a6c3fb5ca3cf (diff) | |
download | gitlab-ce-96acc69fae1ee7d559ba7eaa4e8304c8261525e3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index b551c42d004..2a3033753f7 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -168,7 +168,6 @@ module API mount ::API::ErrorTracking mount ::API::Events mount ::API::FeatureFlags - mount ::API::FeatureFlagScopes mount ::API::FeatureFlagsUserLists mount ::API::Features mount ::API::Files |