Commit 3d59a468 authored by David Fernandez's avatar David Fernandez

Enable pypi_packages by default

parent 55e1d68d
---
title: Add PyPI Packages Repository
merge_request: 29702
author:
type: added
......@@ -59,7 +59,7 @@ module API
resource :projects, requirements: API::NAMESPACE_OR_PROJECT_REQUIREMENTS do
before do
unless ::Feature.enabled?(:pypi_packages, unauthorized_user_project)
unless ::Feature.enabled?(:pypi_packages, unauthorized_user_project, default_enabled: true)
not_found!
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