module Falcon::Environment::Redirect

def middleware

Load the {Middleware::Redirect} application with the specified hosts.
def middleware
	Middleware::Redirect.new(Middleware::NotFound, hosts, redirect_endpoint)
end