2020-12-03 13:10:10 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2021-08-04 05:08:21 -04:00
|
|
|
class Groups::DependencyProxyAuthController < ::Groups::DependencyProxy::ApplicationController
|
2020-12-03 13:10:10 -05:00
|
|
|
feature_category :dependency_proxy
|
2022-05-06 17:08:35 -04:00
|
|
|
urgency :low
|
2020-12-03 13:10:10 -05:00
|
|
|
|
|
|
|
def authenticate
|
|
|
|
render plain: '', status: :ok
|
|
|
|
end
|
|
|
|
end
|