module Middleman::Sitemap::Extensions::RequestEndpoints::InstanceMethods

def endpoint(*args, &block)

def endpoint(*args, &block)
  endpoint_manager.create_endpoint(*args, &block)
end

def endpoint_manager

def endpoint_manager
  @_endpoint_manager ||= EndpointManager.new(self)
end