class Falcon::Controller::Redirect

def endpoint

def endpoint
	@command.endpoint.with(
		reuse_address: true,
	)
end