All the updates!

This commit is contained in:
2023-01-01 13:00:54 -05:00
parent 156ca54906
commit 5aadce63fd
9 changed files with 60 additions and 63 deletions

View File

@@ -1,3 +1,3 @@
# frozen_string_literal: true
run ->(*) { [301, { 'Location' => ENV['CPI_FEED_URL'] }, []] }
run ->(*) { [301, { 'Location' => ENV.fetch('CPI_FEED_URL', nil) }, []] }