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 a1868e592b6..851f4e83494 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -172,8 +172,10 @@ module API
mount ::API::AccessRequests
mount ::API::Appearance
mount ::API::DeployKeys
+ mount ::API::DeployTokens
mount ::API::Deployments
mount ::API::Features
+ mount ::API::FreezePeriods
mount ::API::Metadata
mount ::API::MergeRequestDiffs
mount ::API::UserCounts
@@ -222,7 +224,6 @@ module API
mount ::API::DebianGroupPackages
mount ::API::DebianProjectPackages
mount ::API::DependencyProxy
- mount ::API::DeployTokens
mount ::API::Discussions
mount ::API::Environments
mount ::API::ErrorTracking::ClientKeys
@@ -232,7 +233,6 @@ module API
mount ::API::FeatureFlags
mount ::API::FeatureFlagsUserLists
mount ::API::Files
- mount ::API::FreezePeriods
mount ::API::GenericPackages
mount ::API::Geo
mount ::API::GoProxy