debian-mirror-gitlab/app/controllers/groups/dependency_proxy_auth_controller.rb
2021-10-27 15:23:28 +05:30

9 lines
227 B
Ruby

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