class Falcon::Controller::Redirect

def load_app

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