Commit 774960b9 authored by Giorgenes Gelatti's avatar Giorgenes Gelatti

Remove pypi feature flag

parent d37434e4
...@@ -59,10 +59,6 @@ module API ...@@ -59,10 +59,6 @@ module API
resource :projects, requirements: API::NAMESPACE_OR_PROJECT_REQUIREMENTS do resource :projects, requirements: API::NAMESPACE_OR_PROJECT_REQUIREMENTS do
before do before do
unless ::Feature.enabled?(:pypi_packages, unauthorized_user_project, default_enabled: true)
not_found!
end
authorize_packages_feature!(unauthorized_user_project) authorize_packages_feature!(unauthorized_user_project)
end 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