summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-06-25 15:51:58 +0200
committergebele <gebele@in-silico.ch>2013-06-25 15:51:58 +0200
commitf44bba273eda0432c949554b2d6ac17fa7da3653 (patch)
tree98c551b376501b1988a733861ee7d84e2afcce4c
parent3b4825adc77427e16a53145b281376c1ff4de7b2 (diff)
return error again
-rw-r--r--application.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/application.rb b/application.rb
index fa7de93..fdc8158 100644
--- a/application.rb
+++ b/application.rb
@@ -39,12 +39,11 @@ module OpenTox
# for service check
head "/compound/?" do
- #$logger.debug "Compound service is running."
end
get "/compound/?" do
- "Object listing not implemented, because compounds are not stored at the server.".to_html
- #not_implemented_error "Object listing not implemented, because compounds are not stored at the server.", to("/compound")
+ #"Object listing not implemented, because compounds are not stored at the server.".to_html
+ not_implemented_error "Object listing not implemented, because compounds are not stored at the server.", to("/compound")
end
get '/compound/pc_descriptors.yaml' do