Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r--lib/api/api.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb
index 38c20e80d14..35d96efec5c 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -176,6 +176,8 @@ module API
mount ::API::DeployKeys
mount ::API::DeployTokens
mount ::API::Deployments
+ mount ::API::Environments
+ mount ::API::FeatureFlagsUserLists
mount ::API::Features
mount ::API::FreezePeriods
mount ::API::Metadata
@@ -225,13 +227,11 @@ module API
mount ::API::DebianProjectPackages
mount ::API::DependencyProxy
mount ::API::Discussions
- mount ::API::Environments
mount ::API::ErrorTracking::ClientKeys
mount ::API::ErrorTracking::Collector
mount ::API::ErrorTracking::ProjectSettings
mount ::API::Events
mount ::API::FeatureFlags
- mount ::API::FeatureFlagsUserLists
mount ::API::Files
mount ::API::GenericPackages
mount ::API::Geo