Redirect to S3 file

This commit is contained in:
Dan Buch
2015-09-13 23:02:37 -04:00
parent 808cd318ee
commit cece28eaf8
4 changed files with 4 additions and 34 deletions

View File

@@ -1,3 +1 @@
require './app'
run App
run lambda { |env| [301, { 'Location' => ENV['CPI_FEED_URL'] }, []] }