# File lib/Borges/RequestHandler/Dispatcher.rb, line 56
  def register(entry_point, path)
    @entry_points[path] = entry_point
    entry_point.base_path = "#{@url_prefix}/#{path}"
  end