ain't no JSON

This commit is contained in:
Gwenhael Le Moine 2014-07-27 22:11:48 +02:00
parent 52e8f2fd92
commit e0d1f89c86

2
app.rb
View file

@ -67,8 +67,6 @@ class LedgerRbApp < Sinatra::Base
end
get '/api/ledger/version/?' do
content_type :json
Ledger.version
end
end