debian-mirror-gitlab/app/controllers/groups/dependency_proxy_auth_controller.rb
2022-07-16 19:58:13 +02:00

10 lines
242 B
Ruby

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