lib/grape/util/endpoint_configuration.rb



# frozen_string_literal: true

module Grape
  module Util
    class EndpointConfiguration < LazyValueHash
    end
  end
end