From ec43b47c03e8323aee2882bc8838a3a19e5dae7e Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Thu, 5 Apr 2012 10:40:53 +0200 Subject: POST target for all descriptors changed to /pc/AllDescriptors --- pc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc.rb b/pc.rb index be64dc8..0392646 100644 --- a/pc.rb +++ b/pc.rb @@ -70,7 +70,7 @@ end # @param optional [String] pc_type Physico-chemical descriptor type to generate, see TODO # @param optional [String] lib Library to use, see TODO # @return [text/uri-list] Task URI -post '/pc' do +post '/pc/AllDescriptors' do response['Content-Type'] = 'text/uri-list' raise OpenTox::NotFoundError.new "Parameter 'dataset_uri' missing." unless params[:dataset_uri] -- cgit v1.2.3