summaryrefslogtreecommitdiff
path: root/lib/api/project_clusters.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/project_clusters.rb')
-rw-r--r--lib/api/project_clusters.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/project_clusters.rb b/lib/api/project_clusters.rb
index 4f093e9be08..45c800d7d1e 100644
--- a/lib/api/project_clusters.rb
+++ b/lib/api/project_clusters.rb
@@ -16,6 +16,8 @@ module API
end
end
+ prepend_if_ee('EE::API::ProjectClusters') # rubocop: disable Cop/InjectEnterpriseEditionModule
+
params do
requires :id, type: String, desc: 'The ID of the project'
end