Commit e8d04900 authored by David Fernandez's avatar David Fernandez

Enabling nuget_package_registry feature flag by default

See the epic https://gitlab.com/groups/gitlab-org/-/epics/2271
parent 0a8d441b
---
title: Add NuGet Repository
merge_request: 25157
author:
type: added
......@@ -90,7 +90,7 @@ module API
end
resource :projects, requirements: API::NAMESPACE_OR_PROJECT_REQUIREMENTS do
before do
not_found! if Feature.disabled?(:nuget_package_registry, authorized_user_project)
not_found! if Feature.disabled?(:nuget_package_registry, authorized_user_project, default_enabled: true)
authorize_packages_feature!(authorized_user_project)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment