Remove header row
This commit is contained in:
parent
05eaee6d11
commit
1f789f1674
@ -12,7 +12,7 @@ class CPIFeed < Sinatra::Base
|
||||
|
||||
expires 300, :public, :must_revalidate
|
||||
content_type :csv
|
||||
"cpi\n#{resp['Results']['series'].first['data'].first['value']}\n"
|
||||
"#{resp['Results']['series'].first['data'].first['value']}\n"
|
||||
end
|
||||
|
||||
def cpi_series_url
|
||||
|
Loading…
Reference in New Issue
Block a user