# File lib/puppet/network/http/api/v2.rb, line 5 def self.routes path(%r{^/v2\.0}). get(Authorization.new). chain(ENVIRONMENTS, NOT_FOUND) end