cpi-feed/config.ru

4 lines
94 B
Ruby

# frozen_string_literal: true
run ->(*) { [301, { 'Location' => ENV['CPI_FEED_URL'] }, []] }