summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-11 15:07:33 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-11 15:07:33 +0000
commit34ce62a494ab1e8f1e76dc4f0bda925593a4c0cb (patch)
treebdf6d89f15cfac499ff6a750c69d78060b1f3bdd /lib/api/api.rb
parent2761b4465bb13e170f0b8b2941d83f356a47eee6 (diff)
downloadgitlab-ce-34ce62a494ab1e8f1e76dc4f0bda925593a4c0cb.tar.gz
Add latest changes from gitlab-org/gitlab@master
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 4d25108cfe5..b1d359f0479 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -195,6 +195,7 @@ module API
mount ::API::FeatureFlags
mount ::API::FeatureFlagsUserLists
mount ::API::Features
+ mount ::API::Files
mount ::API::FreezePeriods
mount ::API::GroupClusters
mount ::API::GroupExport
@@ -216,6 +217,7 @@ module API
mount ::API::ProjectRepositoryStorageMoves
mount ::API::ProjectSnippets
mount ::API::ProjectSnapshots
+ mount ::API::ProjectStatistics
mount ::API::ProjectTemplates
mount ::API::ProtectedBranches
mount ::API::ProtectedTags
@@ -268,7 +270,6 @@ module API
mount ::API::ErrorTracking::Collector
mount ::API::ErrorTracking::ProjectSettings
mount ::API::Events
- mount ::API::Files
mount ::API::GenericPackages
mount ::API::Geo
mount ::API::GoProxy
@@ -309,7 +310,6 @@ module API
mount ::API::ProjectEvents
mount ::API::ProjectMilestones
mount ::API::ProjectPackages
- mount ::API::ProjectStatistics
mount ::API::Projects
mount ::API::ProtectedTags
mount ::API::PypiPackages