summaryrefslogtreecommitdiff
path: root/app/controllers/projects/packages/infrastructure_registry_controller.rb
blob: 22ae1d6501351fbdc57289360f4fdf7ae32c44cc (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module Projects
  module Packages
    class InfrastructureRegistryController < Projects::ApplicationController
      feature_category :infrastructure_as_code
    end
  end
end