gitlab-ce/app/controllers/projects/gcp/artifact_registry/setup_controller.rb

12 lines
217 B
Ruby

# frozen_string_literal: true
module Projects
module Gcp
module ArtifactRegistry
class SetupController < ::Projects::Gcp::ArtifactRegistry::BaseController
def new; end
end
end
end
end