Added updates to readme
This commit is contained in:
@@ -10,7 +10,7 @@ module Pruning
|
||||
class App < Sinatra::Base
|
||||
before { content_type :json }
|
||||
after { serialise_response }
|
||||
set :show_exceptions, true
|
||||
set :show_exceptions, false
|
||||
|
||||
error Pruning::Exceptions::UnexpectedError do
|
||||
status 500
|
||||
@@ -21,7 +21,7 @@ module Pruning
|
||||
end
|
||||
|
||||
get '/' do
|
||||
'Try /tree/:name?indicator_ids[]=32&indicator_ids[]=31'
|
||||
{ info: "Try /tree/:name?indicator_ids[]=32&indicator_ids[]=31" }
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user