summaryrefslogtreecommitdiff
path: root/pc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'pc.rb')
-rw-r--r--pc.rb2
1 files changed, 1 insertions, 1 deletions
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]