Files
gitlab-foss/app/controllers/groups/dependency_proxy_auth_controller.rb
2024-05-28 06:14:07 +00:00

11 lines
242 B
Ruby

# frozen_string_literal: true
class Groups::DependencyProxyAuthController < ::Groups::DependencyProxy::ApplicationController
feature_category :virtual_registry
urgency :low
def authenticate
render plain: '', status: :ok
end
end